1 write to AuthenticationScheme
Microsoft.AspNetCore.Identity (1)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
97signInManager.AuthenticationScheme = useCookieScheme ? IdentityConstants.ApplicationScheme : IdentityConstants.BearerScheme;
4 references to AuthenticationScheme
Microsoft.AspNetCore.Identity (4)
SignInManager.cs (4)
125principal.Identities.Any(i => i.AuthenticationType == AuthenticationScheme); 164var auth = await Context.AuthenticateAsync(AuthenticationScheme); 240await Context.SignInAsync(AuthenticationScheme, 253await Context.SignOutAsync(AuthenticationScheme);