default ClientSecretUpdateResponse |
AuthleteApi.updateClientSecret(long clientId,
String clientSecret) |
Update the client secret of a client.
|
ClientSecretUpdateResponse |
AuthleteApi.updateClientSecret(long clientId,
String clientSecret,
Options options) |
Update the client secret of a client.
|
default ClientSecretUpdateResponse |
AuthleteApi.updateClientSecret(String clientIdentifier,
String clientSecret) |
Update the client secret of a client.
|
ClientSecretUpdateResponse |
AuthleteApi.updateClientSecret(String clientIdentifier,
String clientSecret,
Options options) |
Update the client secret of a client.
|
ClientSecretUpdateResponse |
AuthleteApiImplV3.updateClientSecret(long clientId,
String clientSecret,
Options options) |
|
ClientSecretUpdateResponse |
AuthleteApiImplV3.updateClientSecret(String clientIdentifier,
String clientSecret,
Options options) |
|