Interface: OAuthOptions
Defined in: types/auth.ts:11
OAuth redirect options
Properties
heading.anchorLabel| Property | Type | Description | Defined in |
|---|---|---|---|
queryParams? | { [key: string]: string; } | Additional query parameters for the OAuth URL | types/auth.ts:19 |
redirectTo? | string | URL to redirect to after OAuth | types/auth.ts:13 |
scopes? | string | Additional scopes to request | types/auth.ts:15 |
skipBrowserRedirect? | boolean | Skip automatic browser redirect (useful for Electron/Server-side) | types/auth.ts:17 |