Expand description
Authentication system for Code Mesh
Re-exports§
pub use anthropic::AnthropicAuth;
pub use github_copilot::GitHubCopilotAuth;
pub use github_copilot::GitHubCopilotAuthResult;
pub use manager::AuthManager;
Modules§
- anthropic
- Anthropic authentication implementation
- github_
copilot - manager
- Authentication manager for Code Mesh
- storage
- Authentication storage implementation
Structs§
- File
Auth Storage - File-based authentication storage
Enums§
- Auth
Credentials - Authentication credentials
Traits§
- Auth
- Authentication trait for provider credentials
- Auth
Storage - Authentication storage trait