| MFAuthenticationHelper Methods | 
The MFAuthenticationHelper type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | GenerateTokenID | 
            Generate unique token ID
             | 
|   | GetInitialIteration | 
            Return initial iteration for token generator.
             | 
|   | GetTokenIDForUser(String) | 
            Return token id assigned to the user.
             | 
|   | GetTokenIDForUser(UserInfo) | 
            Return token id assigned to the user.
             | 
|   | IsMultiFactorRequiredForUser | 
            Return if is required Multi Factor authentication for user.
             | 
|   | IsPasscodeValid | 
            Recognize if entered passcode is valid.
             | 
|   | IssuePasscode | 
            Gets passcode for user and fires MultiFactorAuthenticate event.
             | 
|   | MFAuthenticateUser | 
            Authenticate given user with multi-factor authentication.
             | 
|   | RenewTokenForUser | 
            Regenerate Token ID for user.
             | 
|   | ResetTokenAndIterationForUser | 
            Reset Token ID an iteration to initial state.
             | 
 See Also
See Also