다음을 통해 공유


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입니다.

적용 대상