Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 850 Bytes

TokenResponse.md

File metadata and controls

14 lines (10 loc) · 850 Bytes

AffixApi.Api.Model.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 string The token type to pass in the `Authorization` header [readonly]

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