Authlete
AuthorizationFailRequest Class Reference

Request to Authlete's /api/auth/authorization/fail API. An authorization endpoint implementation is supposed to call the API to generate an error response to a client application. More...

Properties

string Ticket [get, set]
 The ticket issued by Authlete's /api/auth/authorization API. The ticket is necessary to call Authlete's /api/auth/authorization/fail API. This request parameter is mandatory. More...
 
AuthorizationFailReason Reason [get, set]
 The reason of the failure of the authorization request. This request parameter is mandatory. More...
 
string Description [get, set]
 The custom description about the authorization failure. This request parameter is optional. More...
 

Detailed Description

Request to Authlete's /api/auth/authorization/fail API. An authorization endpoint implementation is supposed to call the API to generate an error response to a client application.

Property Documentation

◆ Description

string Description
getset

The custom description about the authorization failure. This request parameter is optional.

◆ Reason

AuthorizationFailReason Reason
getset

The reason of the failure of the authorization request. This request parameter is mandatory.

◆ Ticket

string Ticket
getset

The ticket issued by Authlete's /api/auth/authorization API. The ticket is necessary to call Authlete's /api/auth/authorization/fail API. This request parameter is mandatory.


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