TwitterCreatingTicketContext Constructores

Definición

Sobrecargas

TwitterCreatingTicketContext(HttpContext, TwitterOptions, String, String, String, String, JObject)

Inicializa un objeto TwitterCreatingTicketContext

C#
public TwitterCreatingTicketContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Builder.TwitterOptions options, string userId, string screenName, string accessToken, string accessTokenSecret, Newtonsoft.Json.Linq.JObject user);

Parámetros

context
HttpContext

Entorno HTTP

options
TwitterOptions

Las opciones de Twitter

userId
String

Identificador del usuario de Twitter

screenName
String

Nombre de pantalla de Twitter

accessToken
String

Token de acceso de Twitter

accessTokenSecret
String

El secreto del token de acceso de Twitter

user
Newtonsoft.Json.Linq.JObject

Detalles del usuario

Se aplica a

ASP.NET Core 1.1 y ASP.NET Core 1.0
Producto Versiones
ASP.NET Core 1.0, 1.1

TwitterCreatingTicketContext(HttpContext, AuthenticationScheme, TwitterOptions, ClaimsPrincipal, AuthenticationProperties, String, String, String, String, JObject)

Source:
TwitterCreatingTicketContext.cs
Source:
TwitterCreatingTicketContext.cs

Inicializa un objeto TwitterCreatingTicketContext

C#
public TwitterCreatingTicketContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions options, System.Security.Claims.ClaimsPrincipal principal, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties, string userId, string screenName, string accessToken, string accessTokenSecret, Newtonsoft.Json.Linq.JObject user);

Parámetros

context
HttpContext

Entorno HTTP

scheme
AuthenticationScheme

Los datos de esquema

options
TwitterOptions

Las opciones de Twitter

userId
String

Identificador del usuario de Twitter

screenName
String

Nombre de pantalla de Twitter

accessToken
String

Token de acceso de Twitter

accessTokenSecret
String

El secreto del token de acceso de Twitter

user
Newtonsoft.Json.Linq.JObject

Detalles del usuario

Se aplica a

ASP.NET Core 2.2 y otras versiones
Producto Versiones
ASP.NET Core 2.0, 2.1, 2.2

TwitterCreatingTicketContext(HttpContext, AuthenticationScheme, TwitterOptions, ClaimsPrincipal, AuthenticationProperties, String, String, String, String, JsonElement)

Source:
TwitterCreatingTicketContext.cs
Source:
TwitterCreatingTicketContext.cs
Source:
TwitterCreatingTicketContext.cs
Source:
TwitterCreatingTicketContext.cs
Source:
TwitterCreatingTicketContext.cs
Source:
TwitterCreatingTicketContext.cs
Source:
TwitterCreatingTicketContext.cs

Inicializa un objeto TwitterCreatingTicketContext

C#
public TwitterCreatingTicketContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions options, System.Security.Claims.ClaimsPrincipal principal, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties, string userId, string screenName, string accessToken, string accessTokenSecret, System.Text.Json.JsonElement user);

Parámetros

context
HttpContext

Entorno HTTP

scheme
AuthenticationScheme

Los datos de esquema

options
TwitterOptions

Las opciones de Twitter

userId
String

Identificador del usuario de Twitter

screenName
String

Nombre de pantalla de Twitter

accessToken
String

Token de acceso de Twitter

accessTokenSecret
String

El secreto del token de acceso de Twitter

user
JsonElement

Detalles del usuario

Se aplica a

ASP.NET Core 9.0 y otras versiones
Producto Versiones
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0