| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
ApplicationKeyReGenerateResponseDTO |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeRegenerateSecretPost(String applicationId,
String keyType)
Re-generate consumer secret
This operation can be used to re generate consumer secret for an application for the give key type
|
ApplicationKeyReGenerateResponseDTO |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdRegenerateSecretPost(String applicationId,
String keyMappingId)
Re-generate consumer secret
This operation can be used to re generate consumer secret for an application for the give key type
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ApplicationKeyReGenerateResponseDTO> |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeRegenerateSecretPostWithHttpInfo(String applicationId,
String keyType)
Re-generate consumer secret
This operation can be used to re generate consumer secret for an application for the give key type
|
ApiResponse<ApplicationKeyReGenerateResponseDTO> |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdRegenerateSecretPostWithHttpInfo(String applicationId,
String keyMappingId)
Re-generate consumer secret
This operation can be used to re generate consumer secret for an application for the give key type
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeRegenerateSecretPostAsync(String applicationId,
String keyType,
ApiCallback<ApplicationKeyReGenerateResponseDTO> callback)
Re-generate consumer secret (asynchronously)
This operation can be used to re generate consumer secret for an application for the give key type
|
com.squareup.okhttp.Call |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdRegenerateSecretPostAsync(String applicationId,
String keyMappingId,
ApiCallback<ApplicationKeyReGenerateResponseDTO> callback)
Re-generate consumer secret (asynchronously)
This operation can be used to re generate consumer secret for an application for the give key type
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationKeyReGenerateResponseDTO |
ApplicationKeyReGenerateResponseDTO.consumerKey(String consumerKey) |
ApplicationKeyReGenerateResponseDTO |
ApplicationKeyReGenerateResponseDTO.consumerSecret(String consumerSecret) |
Copyright © 2020 WSO2 Inc. All rights reserved.