PhoneNumberTokenProvider<TUser> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a token provider that generates tokens from a user's security stamp and sends them to the user via their phone number.
generic <typename TUser>
where TUser : classpublic ref class PhoneNumberTokenProvider : Microsoft::AspNetCore::Identity::TotpSecurityStampBasedTokenProvider<TUser>
public class PhoneNumberTokenProvider<TUser> : Microsoft.AspNetCore.Identity.TotpSecurityStampBasedTokenProvider<TUser> where TUser : class
type PhoneNumberTokenProvider<'User (requires 'User : null)> = class
inherit TotpSecurityStampBasedTokenProvider<'User (requires 'User : null)>
Public Class PhoneNumberTokenProvider(Of TUser)
Inherits TotpSecurityStampBasedTokenProvider(Of TUser)
Type Parameters
- TUser
The type encapsulating a user.
- Inheritance
Constructors
PhoneNumberTokenProvider<TUser>() |
Methods
CanGenerateTwoFactorTokenAsync(UserManager<TUser>, TUser) |
Returns a flag indicating whether the token provider can generate a token suitable for two-factor authentication token for
the specified |
GenerateAsync(String, UserManager<TUser>, TUser) |
Generates a token for the specified |
GetUserModifierAsync(String, UserManager<TUser>, TUser) |
Returns a constant, provider and user unique modifier used for entropy in generated tokens from user information. |
ValidateAsync(String, String, UserManager<TUser>, TUser) |
Returns a flag indicating whether the specified |