Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.ApplicationKeyReGenerateResponseDTO
-
Packages that use ApplicationKeyReGenerateResponseDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of ApplicationKeyReGenerateResponseDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return ApplicationKeyReGenerateResponseDTO Modifier and Type Method Description ApplicationKeyReGenerateResponseDTOApplicationKeysApi. applicationsApplicationIdKeysKeyTypeRegenerateSecretPost(String applicationId, String keyType)Deprecated.ApplicationKeyReGenerateResponseDTOApplicationKeysApi. 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 typeMethods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type ApplicationKeyReGenerateResponseDTO Modifier and Type Method 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 typeMethod parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type ApplicationKeyReGenerateResponseDTO Modifier and Type Method Description okhttp3.CallApplicationKeysApi. applicationsApplicationIdKeysKeyTypeRegenerateSecretPostAsync(String applicationId, String keyType, ApiCallback<ApplicationKeyReGenerateResponseDTO> _callback)Deprecated.okhttp3.CallApplicationKeysApi. 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 -
Uses of ApplicationKeyReGenerateResponseDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return ApplicationKeyReGenerateResponseDTO Modifier and Type Method Description ApplicationKeyReGenerateResponseDTOApplicationKeyReGenerateResponseDTO. consumerKey(String consumerKey)ApplicationKeyReGenerateResponseDTOApplicationKeyReGenerateResponseDTO. consumerSecret(String consumerSecret)
-