IUserLoginStore<TUser, TKey> Interface
Defines the methods to implement to map users to login providers.
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
| Name | Description | |
|---|---|---|
![]() | AddLoginAsync(TUser, UserLoginInfo) | Asynchronously adds a user login with the specified provider and key. |
![]() | CreateAsync(TUser) | Asynchronously inserts a new user.(Inherited from IUserStore<TUser, TKey>.) |
![]() | DeleteAsync(TUser) | Asynchronously deletes a user.(Inherited from IUserStore<TUser, TKey>.) |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | FindAsync(UserLoginInfo) | Asynchronously returns the user associated with this login. |
![]() | FindByIdAsync(TKey) | Asynchronously finds a user using the specified identifier.(Inherited from IUserStore<TUser, TKey>.) |
![]() | FindByNameAsync(String) | Asynchronously finds a user by name.(Inherited from IUserStore<TUser, TKey>.) |
![]() | GetLoginsAsync(TUser) | Asynchronously returns the linked accounts for this user. |
![]() | RemoveLoginAsync(TUser, UserLoginInfo) | Asynchronously removes the user login with the specified combination if it exists. |
![]() | UpdateAsync(TUser) | Asynchronously updates a user.(Inherited from IUserStore<TUser, TKey>.) |
