3 overrides of CreateTicketAsync
Microsoft.AspNetCore.Authentication.Facebook (1)
FacebookHandler.cs (1)
41protected override async Task<AuthenticationTicket> CreateTicketAsync(ClaimsIdentity identity, AuthenticationProperties properties, OAuthTokenResponse tokens)
Microsoft.AspNetCore.Authentication.Google (1)
GoogleHandler.cs (1)
41protected override async Task<AuthenticationTicket> CreateTicketAsync(
Microsoft.AspNetCore.Authentication.MicrosoftAccount (1)
MicrosoftAccountHandler.cs (1)
41protected override async Task<AuthenticationTicket> CreateTicketAsync(ClaimsIdentity identity, AuthenticationProperties properties, OAuthTokenResponse tokens)
1 reference to CreateTicketAsync
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
182var ticket = await CreateTicketAsync(identity, properties, tokens);