Skip to content

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

PropertyModifierTypeDescriptionDefined in
authorizeCode?readonlyAuthorizeCodeOptionsForwarded to the chosen flow.packages/security/src/oauth/library.ts:39
authorizeDevice?readonlyAuthorizeDeviceOptions-packages/security/src/oauth/library.ts:40
clientId?readonlystringPre-existing client identifier; skips DCR when supplied.packages/security/src/oauth/library.ts:36
deviceFlow?readonlybooleanDefault false — Authorization Code is the default.packages/security/src/oauth/library.ts:34
metadata?readonlyDiscoveredMetadata-packages/security/src/oauth/library.ts:41
scope?readonlystring-packages/security/src/oauth/library.ts:37
serverIdreadonlystring-packages/security/src/oauth/library.ts:30
serverUrlreadonlystring-packages/security/src/oauth/library.ts:31
storagereadonlyOAuthServerStore-packages/security/src/oauth/library.ts:32