Traits
\SilverStripe\MFA
| Name | Description |
|---|---|
| JSONResponse | Provides a simplified method for creating JSON-based HTTPResponses. |
\SilverStripe\MFA\RequestHandler
| Name | Description |
|---|---|
| BaseHandlerTrait | No description available |
| RegistrationHandlerTrait | 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 |
| VerificationHandlerTrait | 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. |