esperclient.models.token_renew_v0
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] |