| 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 |
|---|---|
BackchannelAuthenticationFailRequest |
BackchannelAuthenticationFailRequest.setErrorDescription(String description)
Set the description of the error.
|
BackchannelAuthenticationFailRequest |
BackchannelAuthenticationFailRequest.setErrorUri(URI uri)
Set the URI of a document which describes the error in detail.
|
BackchannelAuthenticationFailRequest |
BackchannelAuthenticationFailRequest.setReason(BackchannelAuthenticationFailRequest.Reason reason)
Set the reason of the failure of the backchannel authentication request.
|
BackchannelAuthenticationFailRequest |
BackchannelAuthenticationFailRequest.setTicket(String ticket)
Set the ticket which should be deleted on a call of Authlete's
/api/backchannel/authentication/fail API. |
Copyright © 2019. All rights reserved.