Expand description
Authentication plugin interface
This module defines the AuthPlugin trait and related types for implementing custom authentication methods in MockForge. Authentication plugins can handle various authentication schemes like SAML, LDAP, custom OAuth flows, etc.
Structs§
- Auth
Plugin Config - Authentication plugin configuration
- Auth
Plugin Entry - Authentication plugin registry entry
- Auth
Request - Authentication request information
- Auth
Response - Authentication response
- User
Identity - User identity information
Traits§
- Auth
Plugin - Authentication plugin trait
- Auth
Plugin Factory - Helper trait for creating authentication plugins