4 references to OAuthCreatingTicketContext
Microsoft.AspNetCore.Authentication.Facebook (1)
FacebookHandler.cs (1)
60
var context = new
OAuthCreatingTicketContext
(new ClaimsPrincipal(identity), properties, Context, Scheme, Options, Backchannel, tokens, payload.RootElement);
Microsoft.AspNetCore.Authentication.Google (1)
GoogleHandler.cs (1)
58
var context = new
OAuthCreatingTicketContext
(new ClaimsPrincipal(identity), properties, Context, Scheme, Options, Backchannel, tokens, payload.RootElement);
Microsoft.AspNetCore.Authentication.MicrosoftAccount (1)
MicrosoftAccountHandler.cs (1)
54
var context = new
OAuthCreatingTicketContext
(new ClaimsPrincipal(identity), properties, Context, Scheme, Options, Backchannel, tokens, payload.RootElement);
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
256
var context = new
OAuthCreatingTicketContext
(new ClaimsPrincipal(identity), properties, Context, Scheme, Options, Backchannel, tokens, user.RootElement);