Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / DeviceAuthorizationFlowArgs

Interface: DeviceAuthorizationFlowArgs

Defined in: packages/security/src/oauth/authorize-device-flow.ts:48

Internal arguments fed into runDeviceAuthorizationFlow.

Properties

PropertyModifierTypeDescriptionDefined in
metadatareadonlyDiscoveredMetadata-packages/security/src/oauth/authorize-device-flow.ts:50
optionsreadonlyAuthorizeDeviceOptions-packages/security/src/oauth/authorize-device-flow.ts:52
registrationreadonlyOAuthRegistration-packages/security/src/oauth/authorize-device-flow.ts:51
serverIdreadonlystring-packages/security/src/oauth/authorize-device-flow.ts:49
sleep?readonly(ms, signal?) => Promise<void>Sleep helper. Defaults to setTimeout. Tests use this to fast- forward the polling cadence.packages/security/src/oauth/authorize-device-flow.ts:57