| 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 |
|---|---|
ClientRegistrationResponse |
AuthleteApi.dynamicClientDelete(ClientRegistrationRequest request)
Delete a dynamically registered client (= call Authlete's
/client/registration/delete API). |
ClientRegistrationResponse |
AuthleteApi.dynamicClientGet(ClientRegistrationRequest request)
Get a dynamically registered client (= call Authlete's
/client/registration/get API). |
ClientRegistrationResponse |
AuthleteApi.dynamicClientRegister(ClientRegistrationRequest request)
Register a client (= call Authlete's
/client/registration API). |
ClientRegistrationResponse |
AuthleteApi.dynamicClientUpdate(ClientRegistrationRequest request)
Update a dynamically registered client (= call Authlete's
/client/registration/update API). |
| Modifier and Type | Method and Description |
|---|---|
ClientRegistrationRequest |
ClientRegistrationRequest.setClientId(String clientId)
Set the client's ID.
|
ClientRegistrationRequest |
ClientRegistrationRequest.setJson(String metadata)
Set client metadata in JSON format that complies with RFC 7591 (OAuth 2.0
Dynamic Client Registration Protocol).
|
ClientRegistrationRequest |
ClientRegistrationRequest.setToken(String token)
Set the client registration access token which was passed with this update
request.
|
Copyright © 2019. All rights reserved.