Skip to content

AuthorizationUrlParams

Defined in: packages/auth/src/oauth/oauth-provider.ts:4

Parameters for building a provider authorization-redirect URL.

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.