alpaca-authx-client-rs 0.1.0

Unofficial, use at own risk. Generated from alpacas open api specs using openapi cli
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# TokenResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**access_token** | **String** | Access token | 
**expires_in** | **i32** | Time in seconds until the token expires | 
**token_type** | **TokenType** | Type of the token (e.g., Bearer) (enum: Bearer) | 

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