DeviceAccessTokenResponse
Defined in: src/oauth/authorize.ts:103
Response from the OAuth2 token endpoint when exchanging a token for grant_type device_code.
Properties
Section titled “Properties”access_token
Section titled “access_token”access_token:
string
Defined in: src/oauth/authorize.ts:104
expires_in?
Section titled “expires_in?”
optionalexpires_in?:number
Defined in: src/oauth/authorize.ts:108
refresh_token?
Section titled “refresh_token?”
optionalrefresh_token?:string
Defined in: src/oauth/authorize.ts:106
scope?
Section titled “scope?”
optionalscope?:string
Defined in: src/oauth/authorize.ts:107
token_type
Section titled “token_type”token_type:
string
Defined in: src/oauth/authorize.ts:105