TwitterHandler.CreateTicketAsync Method

Definition

Overloads

CreateTicketAsync(ClaimsIdentity, AuthenticationProperties, AccessToken, JObject)

Source:
TwitterHandler.cs
Source:
TwitterHandler.cs
C#
protected virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationTicket> CreateTicketAsync (System.Security.Claims.ClaimsIdentity identity, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties, Microsoft.AspNetCore.Authentication.Twitter.AccessToken token, Newtonsoft.Json.Linq.JObject user);

Parameters

identity
ClaimsIdentity
token
AccessToken
user
Newtonsoft.Json.Linq.JObject

Returns

Applies to

ASP.NET Core 2.2 and ASP.NET Core 2.1
Product Versions
ASP.NET Core 2.1, 2.2

CreateTicketAsync(ClaimsIdentity, AuthenticationProperties, AccessToken, JsonElement)

Source:
TwitterHandler.cs
Source:
TwitterHandler.cs
Source:
TwitterHandler.cs
Source:
TwitterHandler.cs
Source:
TwitterHandler.cs
Source:
TwitterHandler.cs
Source:
TwitterHandler.cs

Creates an AuthenticationTicket from the specified token.

C#
protected virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationTicket> CreateTicketAsync (System.Security.Claims.ClaimsIdentity identity, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties, Microsoft.AspNetCore.Authentication.Twitter.AccessToken token, System.Text.Json.JsonElement user);

Parameters

user
JsonElement

The JsonElement for the user.

Returns

The AuthenticationTicket.

Applies to

ASP.NET Core 9.0 and other versions
Product Versions
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0