Compartir a través de


OAuthRedirectToAuthorizationContext Constructor

Definición

Crea un objeto de contexto nuevo.

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)

Parámetros

context
HttpContext

Contexto de solicitud HTTP.

properties
AuthenticationProperties

Propiedades de autenticación del desafío.

redirectUri
String

URI de redirección inicial.

Se aplica a