Freigeben über


TwitterRedirectToAuthorizationEndpointContext Konstruktor

Definition

Erstellt ein neues Kontextobjekt.

public:
 TwitterRedirectToAuthorizationEndpointContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Builder::TwitterOptions ^ options, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties, System::String ^ redirectUri);
public TwitterRedirectToAuthorizationEndpointContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Builder.TwitterOptions options, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties, string redirectUri);
new Microsoft.AspNetCore.Authentication.Twitter.TwitterRedirectToAuthorizationEndpointContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Builder.TwitterOptions * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties * string -> Microsoft.AspNetCore.Authentication.Twitter.TwitterRedirectToAuthorizationEndpointContext
Public Sub New (context As HttpContext, options As TwitterOptions, properties As AuthenticationProperties, redirectUri As String)

Parameter

context
HttpContext

Der HTTP-Anforderungskontext.

options
TwitterOptions

Die Optionen für die Twitter-Middleware.

properties
AuthenticationProperties

Die Authentifizierungseigenschaften der Herausforderung.

redirectUri
String

Der anfängliche Umleitungs-URI.

Gilt für: