1 write to AuthenticationScheme
Microsoft.AspNetCore.Mvc.Core (1)
SignInResult.cs (1)
58
AuthenticationScheme
= authenticationScheme;
2 references to AuthenticationScheme
Microsoft.AspNetCore.Mvc.Core (2)
SignInResult.cs (2)
85
Log.SignInResultExecuting(logger,
AuthenticationScheme
, Principal);
87
return httpContext.SignInAsync(
AuthenticationScheme
, Principal, Properties);