Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 809 Bytes

AccessToken.md

File metadata and controls

13 lines (9 loc) · 809 Bytes

ApiVideo.Model.AccessToken

Properties

Name Type Description Notes
AccessToken string The access token containing security credentials allowing you to acccess the API. The token lasts for one hour. [optional]
TokenType string The type of token you have. [optional] [default to "bearer"]
RefreshToken string A token you can use to get the next access token when your current access token expires. [optional]
ExpiresIn int Lists the time in seconds when your access token expires. It lasts for one hour. [optional]

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