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
# GenerateDeviceCode200Response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**version** | Option<**String**> | Version of the API | [optional]
**message** | Option<**String**> | Brief description of the response | [optional]
**status** | Option<**String**> | Whether the request was a success or failure. | [optional]
**metadata** | Option<[**serde_json::Value**].md> | Metadata about the result object, including pagination information | [optional]
**result** | Option<[**models::DeviceCodeResposne**]DeviceCodeResposne.md> |  | [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)