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§
- Auth
Builder - Authentication Builder - Convenient auth handler creation
- Bearer
Auth Handler - Bearer Token Authentication Handler
- Custom
Auth Handler - Custom Authentication Handler - User-defined validation
- NoAuth
Handler - No Authentication Handler - Allows all requests
Traits§
- Auth
Handler - Authentication Handler Trait