Skip to content

DeviceAccessTokenError

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

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

error: string

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


optional error_description?: string

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


optional error_uri?: string

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


optional session_state?: string

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