| 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,
String ifMatch,
APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO)
Generate API Key
Generate a self contained API Key for the application
|
okhttp3.Call |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeGeneratePostAsync(String applicationId,
String keyType,
String ifMatch,
APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO,
ApiCallback<APIKeyDTO> _callback)
Generate API Key (asynchronously)
Generate a self contained API Key for the application
|
okhttp3.Call |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeGeneratePostCall(String applicationId,
String keyType,
String ifMatch,
APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO,
ApiCallback _callback)
Build call for applicationsApplicationIdApiKeysKeyTypeGeneratePost
|
ApiResponse<APIKeyDTO> |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeGeneratePostWithHttpInfo(String applicationId,
String keyType,
String ifMatch,
APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO)
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 © 2021 WSO2 Inc. All rights reserved.