| 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 |
|---|---|
APIKeyDTO |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeGeneratePost(String applicationId,
String keyType,
APIKeyGenerateRequestDTO body,
String ifMatch)
Generate API Key
Generate a self contained API Key for the application
|
com.squareup.okhttp.Call |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeGeneratePostAsync(String applicationId,
String keyType,
APIKeyGenerateRequestDTO body,
String ifMatch,
ApiCallback<APIKeyDTO> callback)
Generate API Key (asynchronously)
Generate a self contained API Key for the application
|
com.squareup.okhttp.Call |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeGeneratePostCall(String applicationId,
String keyType,
APIKeyGenerateRequestDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdApiKeysKeyTypeGeneratePost
|
ApiResponse<APIKeyDTO> |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeGeneratePostWithHttpInfo(String applicationId,
String keyType,
APIKeyGenerateRequestDTO body,
String ifMatch)
Generate API Key
Generate a self contained API Key for the application
|
| Modifier and Type | Method and Description |
|---|---|
APIKeyGenerateRequestDTO |
APIKeyGenerateRequestDTO.additionalProperties(Object additionalProperties) |
APIKeyGenerateRequestDTO |
APIKeyGenerateRequestDTO.validityPeriod(Integer validityPeriod) |
Copyright © 2020 WSO2 Inc. All rights reserved.