skipLink.label

Interface: OAuthOptions

Defined in: types/auth.ts:11

OAuth redirect options

PropertyTypeDescriptionDefined in
queryParams?{ [key: string]: string; }Additional query parameters for the OAuth URLtypes/auth.ts:19
redirectTo?stringURL to redirect to after OAuthtypes/auth.ts:13
scopes?stringAdditional scopes to requesttypes/auth.ts:15
skipBrowserRedirect?booleanSkip automatic browser redirect (useful for Electron/Server-side)types/auth.ts:17