Module types

Module types 

Source
Expand description

Core Authentication Types

This module contains core types used throughout the TurboMCP authentication system.

Structs§

AccessToken
Secure access token with metadata
AuthContext
Authentication context containing user information and session data
DefaultAuthMiddleware
Default authentication middleware
TokenInfo
Token information
UserInfo
User information

Enums§

AuthCredentials
Authentication credentials

Traits§

AuthMiddleware
Authentication middleware trait
AuthProvider
Authentication provider trait
TokenStorage
Secure token storage abstraction