Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIKeyDTO
Packages that use APIKeyDTO
Package
Description
-
Uses of APIKeyDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIKeyDTOModifier and TypeMethodDescriptionApIsApi.generateInternalAPIKey(String apiId) Generate internal API Key to invoke APIS.McpServersApi.generateInternalAPIKeyMCPServer(String mcpServerId) Generate internal API Key to invoke MCP Server.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type APIKeyDTOModifier and TypeMethodDescriptionMcpServersApi.generateInternalAPIKeyMCPServerWithHttpInfo(String mcpServerId) Generate internal API Key to invoke MCP Server.ApIsApi.generateInternalAPIKeyWithHttpInfo(String apiId) Generate internal API Key to invoke APIS.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type APIKeyDTOModifier and TypeMethodDescriptionokhttp3.CallApIsApi.generateInternalAPIKeyAsync(String apiId, ApiCallback<APIKeyDTO> _callback) Generate internal API Key to invoke APIS.okhttp3.CallMcpServersApi.generateInternalAPIKeyMCPServerAsync(String mcpServerId, ApiCallback<APIKeyDTO> _callback) Generate internal API Key to invoke MCP Server. -
Uses of APIKeyDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIKeyDTO