| 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 |
|---|---|
TokenFailResponse |
AuthleteApi.tokenFail(TokenFailRequest request)
Call Authlete's
/auth/token/fail API. |
| Modifier and Type | Method and Description |
|---|---|
TokenFailRequest |
TokenFailRequest.setReason(TokenFailRequest.Reason reason)
Set the value of
"reason" which is the reason
of the failure of the token request. |
TokenFailRequest |
TokenFailRequest.setTicket(String ticket)
Set the value of
"ticket" which is the ticket
issued by Authlete's /auth/token API to the
service implementation. |
Copyright © 2019. All rights reserved.