public static Microsoft.AspNetCore.Identity.IdentityBuilder AddSignInManager(this Microsoft.AspNetCore.Identity.IdentityBuilder builder)
 {
     throw null;
 }
 public static Microsoft.AspNetCore.Identity.IdentityBuilder AddSignInManager <TSignInManager>(this Microsoft.AspNetCore.Identity.IdentityBuilder builder) where TSignInManager : class
 {
     throw null;
 }
 public static Microsoft.AspNetCore.Identity.IdentityBuilder AddDefaultTokenProviders(this Microsoft.AspNetCore.Identity.IdentityBuilder builder)
 {
     throw null;
 }
 public static Microsoft.AspNetCore.Identity.IdentityBuilder AddEntityFrameworkStores <TContext>(this Microsoft.AspNetCore.Identity.IdentityBuilder builder) where TContext : Microsoft.EntityFrameworkCore.DbContext
 {
     throw null;
 }