| 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 |
|---|---|
AuthorizationResponse |
AuthleteApi.authorization(AuthorizationRequest request)
Call Authlete's
/auth/authorization API. |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationRequest |
AuthorizationRequest.setParameters(Map<String,String[]> parameters)
Set the value of
parameters which are the request
parameters that the OAuth 2.0 authorization endpoint of the
service implementation received from the client application. |
AuthorizationRequest |
AuthorizationRequest.setParameters(String parameters)
Set the value of
parameters which are the request
parameters that the OAuth 2.0 authorization endpoint of the
service implementation received from the client application. |
Copyright © 2017. All rights reserved.