Authlete
BackchannelAuthenticationIssueRequest Class Reference

Request to Authlete's /api/backchannel/authentication/issue API. More...

Properties

string Ticket [get, set]
 The ticket which is necessary to call Authlete's /api/backchannel/authentication/issue API. It is the ticket previously issued by Authlete's /api/backchannel/authentication API. More...
 

Detailed Description

Request to Authlete's /api/backchannel/authentication/issue API.

The API prepares JSON that contains an auth_req_id. The JSON should be used as the response body of the response which is returned to the client application from the backchannel authentication endpoint.

Since version 1.3.0.

Property Documentation

◆ Ticket

string Ticket
getset

The ticket which is necessary to call Authlete's /api/backchannel/authentication/issue API. It is the ticket previously issued by Authlete's /api/backchannel/authentication API.


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