다음을 통해 공유


TwitterRedirectToAuthorizationEndpointContext 클래스

정의

챌린지로 인해 리디렉션이 Twitter 미들웨어의 엔드포인트에 권한을 부여할 때 전달되는 컨텍스트입니다.

public ref class TwitterRedirectToAuthorizationEndpointContext : Microsoft::AspNetCore::Authentication::Twitter::BaseTwitterContext
public class TwitterRedirectToAuthorizationEndpointContext : Microsoft.AspNetCore.Authentication.Twitter.BaseTwitterContext
type TwitterRedirectToAuthorizationEndpointContext = class
    inherit BaseTwitterContext
Public Class TwitterRedirectToAuthorizationEndpointContext
Inherits BaseTwitterContext
상속
TwitterRedirectToAuthorizationEndpointContext

생성자

TwitterRedirectToAuthorizationEndpointContext(HttpContext, TwitterOptions, AuthenticationProperties, String)

새 컨텍스트 개체를 만듭니다.

속성

HttpContext

챌린지로 인해 리디렉션이 Twitter 미들웨어의 엔드포인트에 권한을 부여할 때 전달되는 컨텍스트입니다.

(다음에서 상속됨 BaseContext)
Options

챌린지로 인해 리디렉션이 Twitter 미들웨어의 엔드포인트에 권한을 부여할 때 전달되는 컨텍스트입니다.

(다음에서 상속됨 BaseTwitterContext)
Properties

챌린지의 인증 속성을 가져옵니다.

RedirectUri

리디렉션 작업에 사용되는 URI를 가져옵니다.

Request

챌린지로 인해 리디렉션이 Twitter 미들웨어의 엔드포인트에 권한을 부여할 때 전달되는 컨텍스트입니다.

(다음에서 상속됨 BaseContext)
Response

챌린지로 인해 리디렉션이 Twitter 미들웨어의 엔드포인트에 권한을 부여할 때 전달되는 컨텍스트입니다.

(다음에서 상속됨 BaseContext)

적용 대상