dtz-identity 2.1.6

a generated client for the DTZ Identity API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# OauthRegister200Response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**client_id** | Option<**String**> | The registered client ID | [optional]
**client_secret** | Option<**String**> | Optional client secret (if generated) | [optional]
**client_id_issued_at** | Option<[**chrono::DateTime<chrono::FixedOffset>**]chrono::DateTime<chrono::FixedOffset>.md> | When the client ID was issued | [optional]
**client_secret_expires_at** | Option<[**chrono::DateTime<chrono::FixedOffset>**]chrono::DateTime<chrono::FixedOffset>.md> | When the client secret expires (if applicable) | [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)