| 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 |
|---|---|
AuthorizationFailResponse |
AuthleteApi.authorizationFail(AuthorizationFailRequest request)
Call Authlete's
/auth/authorization/fail API. |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationFailRequest |
AuthorizationFailRequest.setDescription(String description)
Set the custom description about the authorization failure.
|
AuthorizationFailRequest |
AuthorizationFailRequest.setReason(AuthorizationFailRequest.Reason reason)
Set the value of
"reason" which is the reason
of the failure of the authorization request. |
AuthorizationFailRequest |
AuthorizationFailRequest.setTicket(String ticket)
Set the value of
"ticket" which is the ticket
issued by Authlete's /auth/authorization API
to the service implementation. |
Copyright © 2017. All rights reserved.