Click or drag to resize
MFAuthenticationHelper Methods

The MFAuthenticationHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetSetupCodeForUser
Returns the setup code that should be used to synchronize with the user's authenticator.
Protected methodGetSetupCodeForUserInternal
Returns the setup code that should be used to synchronize with the user's authenticator.
Public methodStatic memberIsMultiFactorRequiredForUser
Indicates whether MFA is required for the given user.
Protected methodIsMultiFactorRequiredForUserInternal
Indicates whether MFA is required for the given user.
Public methodStatic memberIsPasscodeValid
Checks whether the entered passcode is valid.
Protected methodIsPasscodeValidInternal
Checks whether the entered passcode is valid.
Public methodStatic memberIssuePasscode
Fires the MultiFactorAuthenticate event. Generates a new secret in case the user has none.
Protected methodIssuePasscodeInternal
Fires the MultiFactorAuthenticate event. Generates a new secret in case the user has none.
Public methodStatic memberResetSecretForUser
Resets the user's current MFA information.
Protected methodResetSecretForUserInternal
Resets the user's current MFA information.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also