public class BackchannelAuthenticationIssueRequest extends Object implements Serializable
/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
from the backchannel authentication endpoint.
| Constructor and Description |
|---|
BackchannelAuthenticationIssueRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTicket()
Get the ticket which is necessary to call Authlete's
/api/backchannel/authentication/issue API. |
BackchannelAuthenticationIssueRequest |
setTicket(String ticket)
Set the ticket which is necessary to call Authlete's
/api/backchannel/authentication/issue API. |
public BackchannelAuthenticationIssueRequest()
public String getTicket()
/api/backchannel/authentication/issue API.public BackchannelAuthenticationIssueRequest setTicket(String ticket)
/api/backchannel/authentication/issue API.ticket - A ticket previously issued by Authlete's
/api/backchannel/authentication API.this object.Copyright © 2019. All rights reserved.