Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.06 KB

TokenRenewV0.md

File metadata and controls

21 lines (16 loc) · 1.06 KB

TokenRenewV0

esperclient.models.token_renew_v0

Description

Properties

Name Type Description Notes
id str Id of the token [optional]
user str Id of the user resource [optional]
enterprise str Id of the enterprise resource [optional]
token str API token for accessing esper APIs [optional]
expires_at datetime Date and time of when your API token will get expired [optional]
developerapp str Id of the developer app resource that you created using the esper dev console [optional]
scope str This defines what access scopes your API token has [optional]
created_on datetime Date and time of when this resource was created [optional]
updated_on datetime Date and time of when this resource was updated [optional]

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