Interface AgentAuthentication
- All Known Implementing Classes:
AgentAuthentication.ApiKeyAuthentication, AgentAuthentication.BaseAuthentication, AgentAuthentication.BasicAuthentication, AgentAuthentication.BearerAuthentication, AgentAuthentication.HeaderAuthentication
public interface AgentAuthentication
Polymorphic agent authentication. Mirrors the structure of
McpServiceAuthentication so the editor can offer a uniform UX
across MCP services and chat-model agents.- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic classstatic classstatic class -
Field Summary
Fields -
Method Summary
-
Field Details
-
BASIC
- See Also:
-
BEARER
- See Also:
-
API_KEY
- See Also:
-
HEADER
- See Also:
-
-
Method Details
-
getType
String getType()
-