Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / DeviceAuthorizationResponse

Interface: DeviceAuthorizationResponse

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

Device-authorization request response (RFC 8628 § 3.2).

Indexable

ts
[extra: string]: unknown

Properties

PropertyModifierTypeDefined in
device_codereadonlystringpackages/security/src/oauth/authorize-device-flow.ts:21
expires_inreadonlynumberpackages/security/src/oauth/authorize-device-flow.ts:25
interval?readonlynumberpackages/security/src/oauth/authorize-device-flow.ts:26
user_codereadonlystringpackages/security/src/oauth/authorize-device-flow.ts:22
verification_urireadonlystringpackages/security/src/oauth/authorize-device-flow.ts:23
verification_uri_complete?readonlystringpackages/security/src/oauth/authorize-device-flow.ts:24