Skip to content

DeviceAccessTokenResponse

Defined in: src/oauth/authorize.ts:103

Response from the OAuth2 token endpoint when exchanging a token for grant_type device_code.

access_token: string

Defined in: src/oauth/authorize.ts:104


optional expires_in?: number

Defined in: src/oauth/authorize.ts:108


optional refresh_token?: string

Defined in: src/oauth/authorize.ts:106


optional scope?: string

Defined in: src/oauth/authorize.ts:107


token_type: string

Defined in: src/oauth/authorize.ts:105