Uses of Class
com.authlete.common.dto.BackchannelAuthenticationIssueRequest
-
Packages that use BackchannelAuthenticationIssueRequest Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
).com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of BackchannelAuthenticationIssueRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type BackchannelAuthenticationIssueRequest Modifier and Type Method Description BackchannelAuthenticationIssueResponse
AuthleteApi. backchannelAuthenticationIssue(BackchannelAuthenticationIssueRequest request)
Call Authlete's/api/backchannel/authentication/issue
API. -
Uses of BackchannelAuthenticationIssueRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return BackchannelAuthenticationIssueRequest Modifier and Type Method Description BackchannelAuthenticationIssueRequest
BackchannelAuthenticationIssueRequest. setTicket(String ticket)
Set the ticket which is necessary to call Authlete's/api/backchannel/authentication/issue
API.
-