tapis-authenticator 0.1.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
14
# TokenResponseRefreshToken

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**refresh_token** | Option<**String**> | The actual refresh token as a JWT | [optional]
**expires_at** | Option<**String**> | The time, as a string in UTC, when the token expires. | [optional]
**expires_in** | Option<**i32**> | The amount of time, in seconds, when the token will expire. | [optional]
**jti** | 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)