====== OAuth ====== ===== Capturing the request ===== ^ Column ^ Type ^ Description ^ | id | UUID | ID to keep track of the request | | secret | str | Secret stored in a flow cookie | | session_id | Optional FK | Associated login session | | client_id | FK | The OAuth client sending this request | | response_type| str| | | scope | str| | | state| str| | | nonce| str| | | redirect_uri| str| |