Skip to main content

Module auth

Module auth 

Source
Expand description

§MCP Authentication

OAuth 2.1 Bearer token authentication for MCP protocol

  • Standard Authorization header handling
  • Custom authentication strategies support
  • External MCP server authentication

Structs§

AuthBuilder
Authentication Builder - Convenient auth handler creation
BearerAuthHandler
Bearer Token Authentication Handler
CustomAuthHandler
Custom Authentication Handler - User-defined validation
NoAuthHandler
No Authentication Handler - Allows all requests

Traits§

AuthHandler
Authentication Handler Trait