TotpSecurityStampBasedTokenProvider<TUser, TKey> Class
Represents a TokenProvider that generates time based codes using the user security stamp.
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
Microsoft.AspNet.Identity.TotpSecurityStampBasedTokenProvider<TUser, TKey>
Microsoft.AspNet.Identity.EmailTokenProvider<TUser, TKey>
Microsoft.AspNet.Identity.PhoneNumberTokenProvider<TUser, TKey>
| Name | Description | |
|---|---|---|
![]() | TotpSecurityStampBasedTokenProvider<TUser, TKey>() | Initializes a new instance of the TotpSecurityStampBasedTokenProvider<TUser, TKey> class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GenerateAsync(String, UserManager<TUser, TKey>, TUser) | Asynchronously generates a token for the user using their security stamp. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUserModifierAsync(String, UserManager<TUser, TKey>, TUser) | Asynchronously retrieves a user modifier. |
![]() | IsValidProviderForUserAsync(UserManager<TUser, TKey>, TUser) | Asynchronously determines whether the provider can generate tokens for the user. By default this is equal to manager.SupportsUserSecurityStamp. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | NotifyAsync(String, UserManager<TUser, TKey>, TUser) | Asynchronously notifies a token provider. |
![]() | ToString() | (Inherited from Object.) |
![]() | ValidateAsync(String, String, UserManager<TUser, TKey>, TUser) | Asynchronously validates the token for the user. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

