Classes

This trait encapsulates logic that can be added to a RequestHandler to work with registering MFA authenticators using the MFA front-end app. It provides two main methods; see createStartRegistrationResponse - creates a response that can be easily consumed by the MFA app to start the registration process for a method, and

This trait encapsulates logic that can be added to a RequestHandler to work with logging in using MFA front-end app. It provides two main methods; see createStartVerificationResponse - a response that can be easily consumed by the MFA app to prompt a login, and see completeVerificationRequest - used to verify a request sent by the MFA app containing the login attempt.