Authlete
ClientSecretUpdateResponse Class Reference

Response from Authlete's /api/client/secret/update API. More...

Inheritance diagram for ClientSecretUpdateResponse:
ApiResponse

Properties

string NewClientSecret [get, set]
 The new client secret. More...
 
string OldClientSecret [get, set]
 The old client secret. More...
 
- Properties inherited from ApiResponse
string ResultCode [get, set]
 The code of the result of an Authlete API call. For example, "A004001". More...
 
string ResultMessage [get, set]
 The message of the result of an Authlete API call. For example, "[A001202] /client/get/list, Authorization header is missing." More...
 

Detailed Description

Response from Authlete's /api/client/secret/update API.

Property Documentation

◆ NewClientSecret

string NewClientSecret
getset

The new client secret.

◆ OldClientSecret

string OldClientSecret
getset

The old client secret.


The documentation for this class was generated from the following file: