| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BackchannelAuthenticationIssueResponse |
AuthleteApi.backchannelAuthenticationIssue(BackchannelAuthenticationIssueRequest request)
Call Authlete's
/api/backchannel/authentication/issue API. |
| Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.