| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
void |
MandatorAdministrationApi.changeClientCredentials(ChangeClientCredentialsParams body)
Change client credentials
Change the client_secret for any of your clients, including the mandator admin client.
|
com.squareup.okhttp.Call |
MandatorAdministrationApi.changeClientCredentialsAsync(ChangeClientCredentialsParams body,
ApiCallback<Void> callback)
Change client credentials (asynchronously)
Change the client_secret for any of your clients, including the mandator admin client.
|
com.squareup.okhttp.Call |
MandatorAdministrationApi.changeClientCredentialsCall(ChangeClientCredentialsParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for changeClientCredentials
|
ApiResponse<Void> |
MandatorAdministrationApi.changeClientCredentialsWithHttpInfo(ChangeClientCredentialsParams body)
Change client credentials
Change the client_secret for any of your clients, including the mandator admin client.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeClientCredentialsParams |
ChangeClientCredentialsParams.clientId(String clientId) |
ChangeClientCredentialsParams |
ChangeClientCredentialsParams.newClientSecret(String newClientSecret) |
ChangeClientCredentialsParams |
ChangeClientCredentialsParams.oldClientSecret(String oldClientSecret) |
Copyright © 2018. All rights reserved.