appwrite_openapi 1.0.0

AUTO-GENERATED client for Appwrite. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Token

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dollar_id** | **String** | Token ID. | 
**dollar_created_at** | **String** | Token creation date in ISO 8601 format. | 
**user_id** | **String** | User ID. | 
**secret** | **String** | Token secret key. This will return an empty string unless the response is returned using an API key or as part of a webhook payload. | 
**expire** | **String** | Token expiration date in ISO 8601 format. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)