| 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)
Deprecated.
|
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)
Deprecated.
|
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 |
|---|---|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeRegenerateSecretPostAsync(String applicationId,
String keyType,
ApiCallback<ApplicationKeyReGenerateResponseDTO> _callback)
Deprecated.
|
okhttp3.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 © 2021 WSO2 Inc. All rights reserved.