Partager via


OAuthCodeExchangeContext(AuthenticationProperties, String, String) Constructeur

Définition

Initialise un nouveau 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)

Paramètres

code
String

Code retourné à partir du point de terminaison d’autorisation.

redirectUri
String

URI de redirection utilisé dans la demande d’autorisation.

S’applique à