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