Graphorin API reference v0.1.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:39 |
authorizeDevice? | readonly | AuthorizeDeviceOptions | - | packages/security/src/oauth/library.ts:40 |
clientId? | readonly | string | Pre-existing client identifier; skips DCR when supplied. | packages/security/src/oauth/library.ts:36 |
deviceFlow? | readonly | boolean | Default false — Authorization Code is the default. | packages/security/src/oauth/library.ts:34 |
metadata? | readonly | DiscoveredMetadata | - | packages/security/src/oauth/library.ts:41 |
scope? | readonly | string | - | packages/security/src/oauth/library.ts:37 |
serverId | readonly | string | - | packages/security/src/oauth/library.ts:30 |
serverUrl | readonly | string | - | packages/security/src/oauth/library.ts:31 |
storage | readonly | OAuthServerStore | - | packages/security/src/oauth/library.ts:32 |