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
16
17
# Client

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**client_id** | Option<**String**> | A unique identifier for the client. Must be unique for the tenant. | [optional]
**client_key** | Option<**String**> | A secret key for authenticating the client. | [optional]
**callback_url** | Option<**String**> | URL for application to receive OAuth callbacks for executing flows such as authorization_code. | [optional]
**create_time** | Option<**String**> | The time the client was created. | [optional]
**last_update_time** | Option<**String**> | The time the client was last updated. | [optional]
**display_name** | Option<**String**> | The display name that will represent this client. | [optional]
**description** | Option<**String**> | A description of this client. | [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)