Udostępnij za pośrednictwem


OAuthCodeExchangeContext(AuthenticationProperties, String, String) Konstruktor

Definicja

Inicjuje nowy OAuthCodeExchangeContextelement .

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)

Parametry

code
String

Kod zwrócony z punktu końcowego autoryzacji.

redirectUri
String

Identyfikator URI przekierowania używany w żądaniu autoryzacji.

Dotyczy