| 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 |
|---|---|
TokenIssueResponse |
AuthleteApi.tokenIssue(TokenIssueRequest request)
Call Authlete's
/auth/token/issue API. |
| Modifier and Type | Method and Description |
|---|---|
TokenIssueRequest |
TokenIssueRequest.setProperties(Property[] properties)
Set extra properties to associate with an access token which will
be issued by this request.
|
TokenIssueRequest |
TokenIssueRequest.setSubject(String subject)
Set the value of
"subject" which is the unique
identifier of the authenticated user. |
TokenIssueRequest |
TokenIssueRequest.setTicket(String ticket)
Set the value of
"ticket" which is the ticket
issued by Authlete's /auth/token API to the
service implementation. |
Copyright © 2017. All rights reserved.