次の方法で共有


OAuthCodeExchangeContext(AuthenticationProperties, String, String) コンストラクター

定義

新しい 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)

パラメーター

code
String

承認エンドポイントから返されるコード。

redirectUri
String

承認要求で使用されるリダイレクト URI。

適用対象