Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/security / / LoginInteractiveOptions
Interface: LoginInteractiveOptions
Defined in: packages/security/src/oauth/library.ts:29
Options accepted by loginInteractive.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
authorizeCode? | readonly | AuthorizeCodeOptions | Forwarded to the chosen flow. | packages/security/src/oauth/library.ts:44 |
authorizeDevice? | readonly | AuthorizeDeviceOptions | - | packages/security/src/oauth/library.ts:45 |
clientId? | readonly | string | Pre-existing client identifier; skips DCR when supplied. | packages/security/src/oauth/library.ts:41 |
deviceFlow? | readonly | boolean | Default false - Authorization Code is the default. | packages/security/src/oauth/library.ts:39 |
metadata? | readonly | DiscoveredMetadata | - | packages/security/src/oauth/library.ts:46 |
scope? | readonly | string | - | packages/security/src/oauth/library.ts:42 |
secretsStore? | readonly | SecretsStore | Secrets store the session tokens are persisted into (SPL-1) so the login survives the process. | packages/security/src/oauth/library.ts:34 |
serverId | readonly | string | - | packages/security/src/oauth/library.ts:35 |
serverUrl | readonly | string | - | packages/security/src/oauth/library.ts:36 |
storage | readonly | OAuthServerStore | - | packages/security/src/oauth/library.ts:37 |