Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 533 Bytes

OAuthTokenResponse.md

File metadata and controls

15 lines (10 loc) · 533 Bytes

# OAuthTokenResponse

Properties

Name Type Description Notes
access_token string
token_type string
refresh_token string
expires_in int Number of seconds until the access_token expires. Uses epoch time.
state string

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