Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 880 Bytes

TokenResponse.md

File metadata and controls

15 lines (10 loc) · 880 Bytes

TokenResponse

Properties

Name Type Description Notes
access_token str The issued access_token [readonly]
mode ModeResponse
provider ProviderResponse
scopes [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]
token_type str The token type to pass in the `Authorization` header [readonly] defaults to "Bearer"

[Back to Model list] [Back to API list] [Back to README]