اقرأ باللغة الإنجليزية

مشاركة عبر


PhoneNumberTokenProvider<TUser> Class

Definition

Represents a token provider that generates tokens from a user's security stamp and sends them to the user via their phone number.

C#
public class PhoneNumberTokenProvider<TUser> : Microsoft.AspNetCore.Identity.TotpSecurityStampBasedTokenProvider<TUser> where TUser : class

Type Parameters

TUser

The type encapsulating a user.

Inheritance
PhoneNumberTokenProvider<TUser>

Constructors

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 user.

GenerateAsync(String, UserManager<TUser>, TUser)

Generates a token for the specified user and purpose.

(Inherited from TotpSecurityStampBasedTokenProvider<TUser>)
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 token is valid for the given user and purpose.

(Inherited from TotpSecurityStampBasedTokenProvider<TUser>)

Applies to

منتج الإصدارات
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0