Module traits

Source
Expand description

Common traits for authentication across all exchange implementations

Structs§

AuthenticationContext
Authentication context for a request
AuthenticationRequirements
Authentication requirements for different operation types
AuthenticationResult
Result of authentication operations

Enums§

AuthenticationMethod
Authentication method types supported by exchanges
WebSocketAuthMessage
WebSocket authentication message types

Traits§

AuthenticationAdapter
Trait for authentication adapters that wrap exchange-specific auth implementations
AuthenticationManager
Unified authentication manager trait for all exchanges