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