Authlete
BackchannelAuthenticationFailResponse Class Reference

Response from Authlete's /api/backchannel/authentication/fail API. More...

Inheritance diagram for BackchannelAuthenticationFailResponse:
ApiResponse

Properties

AuthorizationFailAction Action [get, set]
 The next action that the backchannel authentication endpoint should take. More...
 
string ResponseContent [get, set]
 The content of the response body of the response to the client application. Its format is always JSON. 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/backchannel/authentication/fail API.

Since version 1.3.0.

Property Documentation

◆ Action

AuthorizationFailAction Action
getset

The next action that the backchannel authentication endpoint should take.

◆ ResponseContent

string ResponseContent
getset

The content of the response body of the response to the client application. Its format is always JSON.


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