3 references to SignInScheme
Microsoft.AspNetCore.Authentication (3)
RemoteAuthenticationHandler.cs (3)
178
await Context.SignInAsync(
SignInScheme
, ticketContext.Principal!, ticketContext.Properties);
200
var result = await Context.AuthenticateAsync(
SignInScheme
);
226
=> Context.ForbidAsync(
SignInScheme
);