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