IUserTokenProvider<TUser, TKey> Interface
Represents the interface to generate user tokens.
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
| Name | Description | |
|---|---|---|
![]() | GenerateAsync(String, UserManager<TUser, TKey>, TUser) | Asynchronously generates a token for a user with a specific purpose. |
![]() | IsValidProviderForUserAsync(UserManager<TUser, TKey>, TUser) | Indicates whether the provider can be used for this user. |
![]() | NotifyAsync(String, UserManager<TUser, TKey>, TUser) | Asynchronously notifies the user that a token has been generated. |
![]() | ValidateAsync(String, String, UserManager<TUser, TKey>, TUser) | Asynchronously validates a token for a user with a specific purpose. |
Show:
