| 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 |
|---|---|
PushedAuthReqRequest |
PushedAuthReqRequest.setClientCertificate(String certificate)
Set the client certificate used in the TLS connection between the client
application and the pushed authorization request endpoint.
|
PushedAuthReqRequest |
PushedAuthReqRequest.setClientCertificatePath(String[] path)
Set the client certificate path presented by the client during client
authentication.
|
PushedAuthReqRequest |
PushedAuthReqRequest.setClientId(String clientId)
Set the client ID extracted from the
Authorization header of the
request to the pushed authorization request endpoint. |
PushedAuthReqRequest |
PushedAuthReqRequest.setClientSecret(String clientSecret)
Set the client secret extracted from the
Authorization header of
the request to the pushed authorization request endpoint. |
PushedAuthReqRequest |
PushedAuthReqRequest.setParameters(String parameters)
Set the request parameters that the pushed authorization request
endpoint received from the client application.
|
Copyright © 2019. All rights reserved.