| 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
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
APIKeyDTO |
APIKeyDTO.apikey(String apikey) |
APIKeyDTO |
APIKeyDTO.validityTime(Integer validityTime) |
Copyright © 2020 WSO2 Inc. All rights reserved.