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]: unknownProperties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
device_code | readonly | string | packages/security/src/oauth/authorize-device-flow.ts:21 |
expires_in | readonly | number | packages/security/src/oauth/authorize-device-flow.ts:25 |
interval? | readonly | number | packages/security/src/oauth/authorize-device-flow.ts:26 |
user_code | readonly | string | packages/security/src/oauth/authorize-device-flow.ts:22 |
verification_uri | readonly | string | packages/security/src/oauth/authorize-device-flow.ts:23 |
verification_uri_complete? | readonly | string | packages/security/src/oauth/authorize-device-flow.ts:24 |