Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 700 Bytes

OauthAccessTokenResponse.md

File metadata and controls

17 lines (12 loc) · 700 Bytes

OauthAccessTokenResponse

A successful OAuth access token response.

Properties

Name Type Description Notes
access_token str
expires_in int
scope str
token_type str defaults to "bearer"
response_type str [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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