3 references to Backchannel
Microsoft.AspNetCore.Authentication.OAuth (3)
OAuthHandler.cs (3)
221requestMessage.Version = Backchannel.DefaultRequestVersion; 222var response = await Backchannel.SendAsync(requestMessage, Context.RequestAborted); 256var context = new OAuthCreatingTicketContext(new ClaimsPrincipal(identity), properties, Context, Scheme, Options, Backchannel, tokens, user.RootElement);