Skip to main content

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?

optional iss: 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