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