1 write to Backchannel
Microsoft.AspNetCore.Authentication.OAuth (1)
Events\OAuthCreatingTicketContext.cs (1)
43
Backchannel
= backchannel;
2 references to Backchannel
SocialSample (2)
Startup.cs (2)
141
var response = await context.
Backchannel
.SendAsync(request, context.HttpContext.RequestAborted);
202
var response = await context.
Backchannel
.SendAsync(request, context.HttpContext.RequestAborted);