| 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 |
|---|---|
void |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeRevokePost(String applicationId,
String keyType,
APIKeyRevokeRequestDTO body,
String ifMatch)
Revoke API Key
Revoke a self contained API Key for the application
|
com.squareup.okhttp.Call |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeRevokePostAsync(String applicationId,
String keyType,
APIKeyRevokeRequestDTO body,
String ifMatch,
ApiCallback<Void> callback)
Revoke API Key (asynchronously)
Revoke a self contained API Key for the application
|
com.squareup.okhttp.Call |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeRevokePostCall(String applicationId,
String keyType,
APIKeyRevokeRequestDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdApiKeysKeyTypeRevokePost
|
ApiResponse<Void> |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeRevokePostWithHttpInfo(String applicationId,
String keyType,
APIKeyRevokeRequestDTO body,
String ifMatch)
Revoke API Key
Revoke a self contained API Key for the application
|
| Modifier and Type | Method and Description |
|---|---|
APIKeyRevokeRequestDTO |
APIKeyRevokeRequestDTO.apikey(String apikey) |
Copyright © 2020 WSO2 Inc. All rights reserved.