Expand description
Core Authentication Types
This module contains core types used throughout the TurboMCP authentication system.
Structs§
- Access
Token - Secure access token with metadata
- Auth
Context - Authentication context containing user information and session data
- Default
Auth Middleware - Default authentication middleware
- Token
Info - Token information
- User
Info - User information
Enums§
- Auth
Credentials - Authentication credentials
Traits§
- Auth
Middleware - Authentication middleware trait
- Auth
Provider - Authentication provider trait
- Token
Storage - Secure token storage abstraction