9 references to AddScoped
Microsoft.Extensions.Identity.Core (9)
IdentityBuilder.cs (9)
88
=>
AddScoped
(typeof(IUserValidator<>).MakeGenericType(UserType), typeof(TValidator));
97
=>
AddScoped
(typeof(IUserClaimsPrincipalFactory<>).MakeGenericType(UserType), typeof(TFactory));
117
=>
AddScoped
(typeof(IPasswordValidator<>).MakeGenericType(UserType), typeof(TValidator));
126
=>
AddScoped
(typeof(IUserStore<>).MakeGenericType(UserType), typeof(TStore));
186
return
AddScoped
(userManagerType, customType);
216
return
AddScoped
(typeof(IRoleValidator<>).MakeGenericType(RoleType), typeof(TRole));
247
return
AddScoped
(typeof(IRoleStore<>).MakeGenericType(RoleType), typeof(TStore));
272
return
AddScoped
(managerType, typeof(TRoleManager));
282
=>
AddScoped
(typeof(IUserConfirmation<>).MakeGenericType(UserType), typeof(TUserConfirmation));