OAuthCodeExchangeContext(AuthenticationProperties, String, String) Constructor

Definición

Inicializa un nuevo objeto OAuthCodeExchangeContext.

public:
 OAuthCodeExchangeContext(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties, System::String ^ code, System::String ^ redirectUri);
public OAuthCodeExchangeContext (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties, string code, string redirectUri);
new Microsoft.AspNetCore.Authentication.OAuth.OAuthCodeExchangeContext : Microsoft.AspNetCore.Authentication.AuthenticationProperties * string * string -> Microsoft.AspNetCore.Authentication.OAuth.OAuthCodeExchangeContext
Public Sub New (properties As AuthenticationProperties, code As String, redirectUri As String)

Parámetros

properties
AuthenticationProperties

El parámetro de cadena de consulta AuthenticationProperties.

code
String

Código devuelto desde el punto de conexión de autorización.

redirectUri
String

Identificador URI de redireccionamiento usado en la solicitud de autorización.

Se aplica a