Uses of Class
com.authlete.common.dto.BackchannelAuthenticationIssueResponse
-
Packages that use BackchannelAuthenticationIssueResponse 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 BackchannelAuthenticationIssueResponse in com.authlete.common.api
Methods in com.authlete.common.api that return BackchannelAuthenticationIssueResponse Modifier and Type Method Description BackchannelAuthenticationIssueResponse
AuthleteApi. backchannelAuthenticationIssue(BackchannelAuthenticationIssueRequest request)
Call Authlete's/api/backchannel/authentication/issue
API. -
Uses of BackchannelAuthenticationIssueResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return BackchannelAuthenticationIssueResponse Modifier and Type Method Description BackchannelAuthenticationIssueResponse
BackchannelAuthenticationIssueResponse. setAction(BackchannelAuthenticationIssueResponse.Action action)
Set the next action that the OpenID provider implementation should take.BackchannelAuthenticationIssueResponse
BackchannelAuthenticationIssueResponse. setAuthReqId(String authReqId)
Set the issued authentication request ID.BackchannelAuthenticationIssueResponse
BackchannelAuthenticationIssueResponse. setExpiresIn(int expiresIn)
Set the duration of the issued authentication request ID in seconds.BackchannelAuthenticationIssueResponse
BackchannelAuthenticationIssueResponse. setInterval(int interval)
Set the minimum amount of time in seconds that the client must wait for between polling requests to the token endpoint.BackchannelAuthenticationIssueResponse
BackchannelAuthenticationIssueResponse. setResponseContent(String responseContent)
Set the content of the response body of the response to the client application.
-