Structs§
- Allowed
User Row - A row from the
allowed_userstable. - Authorization
Code Row - Authorization
Request Row - Authorization
Server Metadata - Authorize
Query - Browser
Login Query - Browser
Login State Row - Browser
Session Row - Callback
Query - Client
Registration Request - Client
Registration Response - Native
Authorization Result Row - A native-flow authorization code, stored server-side keyed by
stateuntil the polling client retrieves it (take_native_authorization_resultis a one-shot read-and-delete). - Native
Poll Query - Query params for
GET /native/callbackandGET /native/poll— the RFC 8252 §7.1-style native-app flow where the server hosts the OAuth redirect_uri (a real HTTPS URL, not a client-run loopback listener) and the desktop client polls for the resulting code bystate. - Native
Poll Response - Protected
Resource Metadata - Refresh
Token Row - Registered
Client - Token
Request - Token
Response - Upstream
Oauth Credential Row - Persisted upstream OAuth credential row.
- Upstream
Oauth State Row - Short-lived upstream OAuth state row. Holds the CSRF token and PKCE verifier
between
/authorizeredirect and/callbackredemption.