Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 758 Bytes

TokenResponse.md

File metadata and controls

25 lines (13 loc) · 758 Bytes

TokenResponse

Properties

Name Type Description Notes
accessToken String The issued access_token [readonly]
mode ModeResponse
provider ProviderResponse
scopes List<ScopesResponse> One or more scope values indicating which parts of the user's account you wish to access. Note, slight deviation from the OAuth 2.1 spec in that the param is scopes (plural) is used vs scope (singular) [readonly]
tokenType TokenTypeEnum The token type to pass in the `Authorization` header [readonly]

Enum: TokenTypeEnum

Name Value
BEARER "Bearer"