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