Module auth

Module auth 

Source
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§

AuthPluginConfig
Authentication plugin configuration
AuthPluginEntry
Authentication plugin registry entry
AuthRequest
Authentication request information
AuthResponse
Authentication response
UserIdentity
User identity information

Traits§

AuthPlugin
Authentication plugin trait
AuthPluginFactory
Helper trait for creating authentication plugins