Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 532 Bytes

OAuthTokenResponse.md

File metadata and controls

15 lines (10 loc) · 532 Bytes

# OAuthTokenResponse

Properties

Name Type Description Notes
accessToken string
tokenType string
refreshToken string
expiresIn number Number of seconds until the access_token expires. Uses epoch time.
state string

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