Mfa
        
    Table of Contents
    
    Namespaces
    
            - Provider
        Interfaces
        
    
    
                    - MfaProviderInterface
- To be implemented by all MFA providers.
- MfaProviderManifestInterface
- Annotated information about the MFA provider – used in various views
        Classes
        
    
    
                    - MfaProviderManifest
- Adapter for MFA providers
- MfaProviderPropertyManager
- Basic manager for MFA providers to access and update their
properties (information) from the mfa column in the user array.
- MfaProviderRegistry
- Registry for configuration providers which is called by the ConfigurationProviderPass
- MfaRequiredException
- This exception is thrown during the authentication process
when a user has successfully passed his first authentication
method (e.g. via username+password), but is required to also
pass multi-factor authentication (e.g. one-time password).
- MfaViewType
- Enumeration of possible view types for MFA providers