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
15
# DeviceCodeResposne

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**device_code** | **String** | The device code generated for the client | 
**user_code** | **String** | The user code generated for the client | 
**client_id** | **String** | The client_id of the client | 
**expires_in** | **String** | The expiration for the user code | 
**verification_uri** | **String** | The url the user should go to to enter their user code | 

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