Udostępnij przez


TwitterEvents Klasa

Definicja

Domyślna implementacja 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
Dziedziczenie
Implementuje

Konstruktory

TwitterEvents()

Domyślna implementacja TwitterEvents .

Właściwości

OnAccessDenied

Wywoływane, gdy serwer zdalny zwrócił błąd odmowy dostępu.

(Odziedziczone po RemoteAuthenticationEvents)
OnCreatingTicket

Pobiera lub ustawia funkcję wywoływaną po wywołaniu metody Uwierzytelnione.

OnRedirectToAuthorizationEndpoint

Pobiera lub ustawia delegata wywoływanego po wywołaniu metody ApplyRedirect.

OnRemoteFailure

Wywoływane w przypadku wystąpienia awarii zdalnej.

(Odziedziczone po RemoteAuthenticationEvents)
OnTicketReceived

Wywoływane po odebraniu biletu zdalnego.

(Odziedziczone po RemoteAuthenticationEvents)

Metody

AccessDenied(AccessDeniedContext)

Wywoływane, gdy serwer zdalny zwrócił błąd odmowy dostępu.

(Odziedziczone po RemoteAuthenticationEvents)
CreatingTicket(TwitterCreatingTicketContext)

Wywoływane za każdym razem, gdy usługa Twitter pomyślnie uwierzytelnia użytkownika

RedirectToAuthorizationEndpoint(RedirectContext<TwitterOptions>)

Wywoływane, gdy wyzwanie powoduje przekierowanie do autoryzowania punktu końcowego w procedurze obsługi usługi Twitter

RedirectToAuthorizationEndpoint(TwitterRedirectToAuthorizationEndpointContext)

Wywoływane, gdy wyzwanie powoduje przekierowanie do autoryzowania punktu końcowego w programie pośredniczącym Twitter

RemoteFailure(FailureContext)

Wywoływane w przypadku wystąpienia awarii zdalnej

(Odziedziczone po RemoteAuthenticationEvents)
RemoteFailure(RemoteFailureContext)

Wywoływane w przypadku wystąpienia awarii zdalnej.

(Odziedziczone po RemoteAuthenticationEvents)
TicketReceived(TicketReceivedContext)

Wywoływane po odebraniu biletu zdalnego.

(Odziedziczone po RemoteAuthenticationEvents)

Dotyczy