VerifyHandler
class VerifyHandler implements VerifyHandlerInterface (View source)
Properties
protected | Notification | $notification |
Methods
Stores any data required to handle a login process with a method, and returns relevant state to be applied to the front-end application managing the process.
Verify the request has provided the right information to verify the member that aligns with any sessions state that may have been set prior
Get the key that a React UI component is registered under (with @silverstripe/react-injector on the front-end)
Details
VerifyHandler
setNotificationService(Notification $notification)
No description
array
start(StoreInterface $store, MFARegisteredMethod $method)
Stores any data required to handle a login process with a method, and returns relevant state to be applied to the front-end application managing the process.
Result
verify(SS_HTTPRequest $request, StoreInterface $store, MFARegisteredMethod $registeredMethod)
Verify the request has provided the right information to verify the member that aligns with any sessions state that may have been set prior
string
getComponent()
Get the key that a React UI component is registered under (with @silverstripe/react-injector on the front-end)