1 implementation of IUserAuthenticationTokenStore
Microsoft.Extensions.Identity.Stores (1)
UserStoreBase.cs (1)
34IUserAuthenticationTokenStore<TUser>,
7 references to IUserAuthenticationTokenStore
Microsoft.Extensions.Identity.Core (7)
UserManager.cs (7)
199return Store is IUserAuthenticationTokenStore<TUser>; 2329var store = GetAuthenticationTokenStore(); 2351var store = GetAuthenticationTokenStore(); 2380var store = GetAuthenticationTokenStore(); 3018private IUserAuthenticationTokenStore<TUser> GetAuthenticationTokenStore() 3020var cast = Store as IUserAuthenticationTokenStore<TUser>;