Skip to content

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

PropertyModifierTypeDescriptionDefined in
authorizeCode?readonlyAuthorizeCodeOptionsForwarded to the chosen flow.packages/security/src/oauth/library.ts:44
authorizeDevice?readonlyAuthorizeDeviceOptions-packages/security/src/oauth/library.ts:45
clientId?readonlystringPre-existing client identifier; skips DCR when supplied.packages/security/src/oauth/library.ts:41
deviceFlow?readonlybooleanDefault false - Authorization Code is the default.packages/security/src/oauth/library.ts:39
metadata?readonlyDiscoveredMetadata-packages/security/src/oauth/library.ts:46
scope?readonlystring-packages/security/src/oauth/library.ts:42
secretsStore?readonlySecretsStoreSecrets store the session tokens are persisted into (SPL-1) so the login survives the process.packages/security/src/oauth/library.ts:34
serverIdreadonlystring-packages/security/src/oauth/library.ts:35
serverUrlreadonlystring-packages/security/src/oauth/library.ts:36
storagereadonlyOAuthServerStore-packages/security/src/oauth/library.ts:37