tapis-authenticator 0.3.1

REST API and web server providing authentication for a Tapis v3 instance.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# V2TokenResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expires_in** | Option<**i32**> | The amount of time, in seconds, when the token will expire. | [optional]
**refresh_token** | Option<**String**> | The refresh token associated with the v2 token | [optional]
**access_token** | Option<**String**> | Unique identifier for the token | [optional]

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