| 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 |
|---|---|
BackchannelAuthenticationFailResponse |
AuthleteApi.backchannelAuthenticationFail(BackchannelAuthenticationFailRequest request)
Call Authlete's
/api/backchannel/authentication/fail API. |
| Modifier and Type | Method and Description |
|---|---|
BackchannelAuthenticationFailResponse |
BackchannelAuthenticationFailResponse.setAction(BackchannelAuthenticationFailResponse.Action action)
Set the next action that the backchannel authentication endpoint should
take.
|
BackchannelAuthenticationFailResponse |
BackchannelAuthenticationFailResponse.setResponseContent(String responseContent)
Set the content of the response body of the response to the client.
|
Copyright © 2019. All rights reserved.