1 write to _scheme
Microsoft.AspNetCore.Server.HttpSys (1)
AuthenticationHandler.cs (1)
38_scheme = scheme;
1 reference to _scheme
Microsoft.AspNetCore.Server.HttpSys (1)
AuthenticationHandler.cs (1)
19return Task.FromResult(AuthenticateResult.Success(new AuthenticationTicket(_requestContext.User!, properties: null, authenticationScheme: _scheme!.Name)));