AuthorizationUrlParams
Defined in: packages/auth/src/oauth/oauth-provider.ts:4
Parameters for building a provider authorization-redirect URL.
Properties
Section titled “Properties”redirectUri
Section titled “redirectUri”redirectUri:
string
Defined in: packages/auth/src/oauth/oauth-provider.ts:8
Absolute callback URL registered with the provider.
state:
string
Defined in: packages/auth/src/oauth/oauth-provider.ts:6
Opaque CSRF token; echoed back on the callback and verified one-time.