| 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 |
|---|---|
PushedAuthReqResponse |
AuthleteApi.pushAuthorizationRequest(PushedAuthReqRequest request)
Call Authlete's
/api/pushed_auth_req API. |
| Modifier and Type | Method and Description |
|---|---|
PushedAuthReqResponse |
PushedAuthReqResponse.setAction(PushedAuthReqResponse.Action action)
Set the next action that the authorization server should take.
|
PushedAuthReqResponse |
PushedAuthReqResponse.setClientAuthMethod(ClientAuthMethod method)
Set the client authentication method that should be performed at the
pushed authorization request endpoint.
|
PushedAuthReqResponse |
PushedAuthReqResponse.setRequestUri(URI uri)
Set the request URI created to represent the pushed authorization
request.
|
PushedAuthReqResponse |
PushedAuthReqResponse.setResponseContent(String responseContent)
Set the response content which can be used as the entity body
of the response returned to the client application.
|
Copyright © 2019. All rights reserved.