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.

@FunctionalInterface public interface McpAuthHandler
Handles MCP OAuth requests from the runtime.
Since:
1.0.0
  • Method Details

    • handle

      Handles an MCP OAuth request.
      Parameters:
      request - the MCP OAuth request details
      invocation - the invocation context with session information
      Returns:
      a future resolving to token data or cancellation