Authlete
ApiResponse Class Reference

The base class for classes that represent responses from Authlete APIs. More...

Inheritance diagram for ApiResponse:
AuthorizationFailResponse AuthorizationIssueResponse AuthorizationResponse BackchannelAuthenticationCompleteResponse BackchannelAuthenticationFailResponse BackchannelAuthenticationIssueResponse BackchannelAuthenticationResponse ClientSecretRefreshResponse ClientSecretUpdateResponse DeviceAuthorizationResponse DeviceCompleteResponse DeviceVerificationResponse GrantedScopesGetResponse IntrospectionResponse PushedAuthReqResponse RevocationResponse StandardIntrospectionResponse TokenCreateResponse TokenFailResponse TokenIssueResponse TokenResponse TokenUpdateResponse UserInfoIssueResponse

Properties

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

The base class for classes that represent responses from Authlete APIs.

Property Documentation

◆ ResultCode

string ResultCode
getset

The code of the result of an Authlete API call. For example, "A004001".

◆ ResultMessage

string ResultMessage
getset

The message of the result of an Authlete API call. For example, "[A001202] /client/get/list, Authorization header is missing."


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