OAuthRedirectToAuthorizationContext Konstruktor

Definice

Vytvoří nový objekt kontextu.

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

Parametry

context
HttpContext

Kontext požadavku protokolu HTTP.

options
OAuthOptions

Hodnota OAuthOptions

properties
AuthenticationProperties

Vlastnosti ověření výzvy.

redirectUri
String

Počáteční identifikátor URI pro přesměrování.

Platí pro