Interface McpAuthHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Handles MCP OAuth requests from the runtime.
- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionhandle(McpAuthRequest request, McpAuthInvocation invocation) Handles an MCP OAuth request.
-
Method Details
-
handle
Handles an MCP OAuth request.- Parameters:
request- the MCP OAuth request detailsinvocation- the invocation context with session information- Returns:
- a future resolving to token data or cancellation
-