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