Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.11 KB

RefreshToken.md

File metadata and controls

19 lines (14 loc) · 1.11 KB

RefreshToken

Properties

Name Type Description Notes
application_id Option<uuid::Uuid> [optional]
data Option<std::collections::HashMap<String, serde_json::Value>> [optional]
id Option<uuid::Uuid> [optional]
insert_instant Option<i64> The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. [optional]
meta_data Option<models::MetaData> [optional]
start_instant Option<i64> The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. [optional]
tenant_id Option<uuid::Uuid> [optional]
token Option<String> [optional]
user_id Option<uuid::Uuid> [optional]

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