Interface: OAuthCallbackParams
Defined in: web/lib/auth/types.ts:155
OAuth callback parameters.
Remarks
Received from PDS after user authorizes.
Properties
code
code:
string
Defined in: web/lib/auth/types.ts:157
Authorization code
iss?
optionaliss:string
Defined in: web/lib/auth/types.ts:163
Issuer (PDS URL)
state
state:
string
Defined in: web/lib/auth/types.ts:160
State parameter for CSRF protection