default ClientSecretRefreshResponse |
AuthleteApi.refreshClientSecret(long clientId) |
Refresh the client secret of a client.
|
ClientSecretRefreshResponse |
AuthleteApi.refreshClientSecret(long clientId,
Options options) |
Refresh the client secret of a client.
|
default ClientSecretRefreshResponse |
AuthleteApi.refreshClientSecret(String clientIdentifier) |
Refresh the client secret of a client.
|
ClientSecretRefreshResponse |
AuthleteApi.refreshClientSecret(String clientIdentifier,
Options options) |
Refresh the client secret of a client.
|
ClientSecretRefreshResponse |
AuthleteApiImplV3.refreshClientSecret(long clientId,
Options options) |
|
ClientSecretRefreshResponse |
AuthleteApiImplV3.refreshClientSecret(String clientIdentifier,
Options options) |
|