1 type derived from UserOnlyStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
UserOnlyStore.cs (1)
47public class UserOnlyStore<TUser, TContext, TKey> : UserOnlyStore<TUser, TContext, TKey, IdentityUserClaim<TKey>, IdentityUserLogin<TKey>, IdentityUserToken<TKey>>
1 reference to UserOnlyStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
IdentityEntityFrameworkBuilderExtensions.cs (1)
84userStoreType = typeof(UserOnlyStore<,,,,,>).MakeGenericType(userType, contextType,