TwitterEvents 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기본 TwitterEvents 구현입니다.
public ref class TwitterEvents : Microsoft::AspNetCore::Authentication::RemoteAuthenticationEvents, Microsoft::AspNetCore::Authentication::Twitter::ITwitterEvents
public ref class TwitterEvents : Microsoft::AspNetCore::Authentication::RemoteAuthenticationEvents
public class TwitterEvents : Microsoft.AspNetCore.Authentication.RemoteAuthenticationEvents, Microsoft.AspNetCore.Authentication.Twitter.ITwitterEvents
public class TwitterEvents : Microsoft.AspNetCore.Authentication.RemoteAuthenticationEvents
type TwitterEvents = class
inherit RemoteAuthenticationEvents
interface ITwitterEvents
interface IRemoteAuthenticationEvents
type TwitterEvents = class
inherit RemoteAuthenticationEvents
Public Class TwitterEvents
Inherits RemoteAuthenticationEvents
Implements ITwitterEvents
Public Class TwitterEvents
Inherits RemoteAuthenticationEvents
- 상속
- 구현
생성자
TwitterEvents() |
기본 TwitterEvents 구현입니다. |
속성
OnAccessDenied |
원격 서버에서 액세스 거부 오류를 반환할 때 호출됩니다. (다음에서 상속됨 RemoteAuthenticationEvents) |
OnCreatingTicket |
Authenticated 메서드가 호출될 때 호출되는 함수를 가져오거나 설정합니다. |
OnRedirectToAuthorizationEndpoint |
ApplyRedirect 메서드가 호출될 때 호출되는 대리자를 가져오거나 설정합니다. |
OnRemoteFailure |
원격 오류가 있을 때 호출됩니다. (다음에서 상속됨 RemoteAuthenticationEvents) |
OnTicketReceived |
원격 티켓을 받은 후 호출됩니다. (다음에서 상속됨 RemoteAuthenticationEvents) |
메서드
AccessDenied(AccessDeniedContext) |
원격 서버에서 액세스 거부 오류를 반환할 때 호출됩니다. (다음에서 상속됨 RemoteAuthenticationEvents) |
CreatingTicket(TwitterCreatingTicketContext) |
Twitter가 사용자를 성공적으로 인증할 때마다 호출됨 |
RedirectToAuthorizationEndpoint(RedirectContext<TwitterOptions>) |
챌린지로 인해 리디렉션이 Twitter 처리기에서 엔드포인트에 권한을 부여할 때 호출 |
RedirectToAuthorizationEndpoint(TwitterRedirectToAuthorizationEndpointContext) |
Challenge로 인해 리디렉션에서 Twitter 미들웨어의 엔드포인트에 권한을 부여할 때 호출됩니다. |
RemoteFailure(FailureContext) |
원격 오류가 있을 때 호출됨 (다음에서 상속됨 RemoteAuthenticationEvents) |
RemoteFailure(RemoteFailureContext) |
원격 오류가 있을 때 호출됩니다. (다음에서 상속됨 RemoteAuthenticationEvents) |
TicketReceived(TicketReceivedContext) |
원격 티켓을 받은 후 호출됩니다. (다음에서 상속됨 RemoteAuthenticationEvents) |