TwitterCreatingTicketContext Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
TwitterCreatingTicketContext(HttpContext, TwitterOptions, String, String, String, String, JObject)
Inizializza un oggetto TwitterCreatingTicketContext
public:
TwitterCreatingTicketContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Builder::TwitterOptions ^ options, System::String ^ userId, System::String ^ screenName, System::String ^ accessToken, System::String ^ accessTokenSecret, Newtonsoft::Json::Linq::JObject ^ user);
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);
new Microsoft.AspNetCore.Authentication.Twitter.TwitterCreatingTicketContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Builder.TwitterOptions * string * string * string * string * Newtonsoft.Json.Linq.JObject -> Microsoft.AspNetCore.Authentication.Twitter.TwitterCreatingTicketContext
Public Sub New (context As HttpContext, options As TwitterOptions, userId As String, screenName As String, accessToken As String, accessTokenSecret As String, user As JObject)
Parametri
- context
- HttpContext
Ambiente HTTP
- options
- TwitterOptions
Opzioni per Twitter
- userId
- String
ID utente di Twitter
- screenName
- String
Nome della schermata di Twitter
- accessToken
- String
Token di accesso a Twitter
- accessTokenSecret
- String
Segreto del token di accesso a Twitter
- user
- Newtonsoft.Json.Linq.JObject
Dettagli utente
Si applica a
TwitterCreatingTicketContext(HttpContext, AuthenticationScheme, TwitterOptions, ClaimsPrincipal, AuthenticationProperties, String, String, String, String, JObject)
- Origine:
- TwitterCreatingTicketContext.cs
- Origine:
- TwitterCreatingTicketContext.cs
Inizializza un oggetto TwitterCreatingTicketContext
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, System::String ^ userId, System::String ^ screenName, System::String ^ accessToken, System::String ^ accessTokenSecret, Newtonsoft::Json::Linq::JObject ^ user);
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);
new Microsoft.AspNetCore.Authentication.Twitter.TwitterCreatingTicketContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Authentication.AuthenticationScheme * Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions * System.Security.Claims.ClaimsPrincipal * Microsoft.AspNetCore.Authentication.AuthenticationProperties * string * string * string * string * Newtonsoft.Json.Linq.JObject -> Microsoft.AspNetCore.Authentication.Twitter.TwitterCreatingTicketContext
Public Sub New (context As HttpContext, scheme As AuthenticationScheme, options As TwitterOptions, principal As ClaimsPrincipal, properties As AuthenticationProperties, userId As String, screenName As String, accessToken As String, accessTokenSecret As String, user As JObject)
Parametri
- context
- HttpContext
Ambiente HTTP
- scheme
- AuthenticationScheme
Dati dello schema
- options
- TwitterOptions
Opzioni per Twitter
- principal
- ClaimsPrincipal
Oggetto ClaimsPrincipal.
- properties
- AuthenticationProperties
Oggetto AuthenticationProperties.
- userId
- String
ID utente di Twitter
- screenName
- String
Nome della schermata di Twitter
- accessToken
- String
Token di accesso a Twitter
- accessTokenSecret
- String
Segreto del token di accesso a Twitter
- user
- Newtonsoft.Json.Linq.JObject
Dettagli utente
Si applica a
TwitterCreatingTicketContext(HttpContext, AuthenticationScheme, TwitterOptions, ClaimsPrincipal, AuthenticationProperties, String, String, String, String, JsonElement)
- Origine:
- TwitterCreatingTicketContext.cs
- Origine:
- TwitterCreatingTicketContext.cs
- Origine:
- TwitterCreatingTicketContext.cs
- Origine:
- TwitterCreatingTicketContext.cs
- Origine:
- TwitterCreatingTicketContext.cs
- Origine:
- TwitterCreatingTicketContext.cs
- Origine:
- TwitterCreatingTicketContext.cs
Inizializza un oggetto TwitterCreatingTicketContext
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, System::String ^ userId, System::String ^ screenName, System::String ^ accessToken, System::String ^ accessTokenSecret, System::Text::Json::JsonElement user);
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);
new Microsoft.AspNetCore.Authentication.Twitter.TwitterCreatingTicketContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Authentication.AuthenticationScheme * Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions * System.Security.Claims.ClaimsPrincipal * Microsoft.AspNetCore.Authentication.AuthenticationProperties * string * string * string * string * System.Text.Json.JsonElement -> Microsoft.AspNetCore.Authentication.Twitter.TwitterCreatingTicketContext
Public Sub New (context As HttpContext, scheme As AuthenticationScheme, options As TwitterOptions, principal As ClaimsPrincipal, properties As AuthenticationProperties, userId As String, screenName As String, accessToken As String, accessTokenSecret As String, user As JsonElement)
Parametri
- context
- HttpContext
Ambiente HTTP
- scheme
- AuthenticationScheme
Dati dello schema
- options
- TwitterOptions
Opzioni per Twitter
- principal
- ClaimsPrincipal
Oggetto ClaimsPrincipal.
- properties
- AuthenticationProperties
Oggetto AuthenticationProperties.
- userId
- String
ID utente di Twitter
- screenName
- String
Nome della schermata di Twitter
- accessToken
- String
Token di accesso a Twitter
- accessTokenSecret
- String
Segreto del token di accesso a Twitter
- user
- JsonElement
Dettagli utente