| Package | Description |
|---|---|
| com.authlete.common.api |
The definition of Authlete API (
AuthleteApi) and the factory class (AuthleteApiFactory). |
| Modifier and Type | Method and Description |
|---|---|
ClientSecretUpdateResponse |
AuthleteApi.updateClientSecret(long clientId,
String clientSecret)
Update the client secret of a client.
|
ClientSecretUpdateResponse |
AuthleteApi.updateClientSecret(String clientIdentifier,
String clientSecret)
Update the client secret of a client.
|
Copyright © 2019. All rights reserved.