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