다음을 통해 공유


ITwitterEvents.RedirectToAuthorizationEndpoint 메서드

정의

Challenge로 인해 리디렉션에서 Twitter 미들웨어의 엔드포인트에 권한을 부여할 때 호출됩니다.

public:
 System::Threading::Tasks::Task ^ RedirectToAuthorizationEndpoint(Microsoft::AspNetCore::Authentication::Twitter::TwitterRedirectToAuthorizationEndpointContext ^ context);
public System.Threading.Tasks.Task RedirectToAuthorizationEndpoint (Microsoft.AspNetCore.Authentication.Twitter.TwitterRedirectToAuthorizationEndpointContext context);
abstract member RedirectToAuthorizationEndpoint : Microsoft.AspNetCore.Authentication.Twitter.TwitterRedirectToAuthorizationEndpointContext -> System.Threading.Tasks.Task
Public Function RedirectToAuthorizationEndpoint (context As TwitterRedirectToAuthorizationEndpointContext) As Task

매개 변수

context
TwitterRedirectToAuthorizationEndpointContext

리디렉션 URI 및 AuthenticationProperties 챌린지 포함

반환

적용 대상