Interface: NativeOAuthOptions
Defined in: types/auth.ts:101
Options for native OAuth sign-in
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
scopes? | string[] | Additional scopes to request | types/auth.ts:103 |
usePKCE? | boolean | Use PKCE (recommended, default: true) | types/auth.ts:105 |