Udostępnij za pośrednictwem


ITwitterEvents Interfejs

Definicja

Określa metody wywołania zwrotnego, które TwitterMiddleware wywołuje w celu umożliwienia deweloperowi kontroli nad procesem uwierzytelniania. />

public interface class ITwitterEvents : Microsoft::AspNetCore::Authentication::IRemoteAuthenticationEvents
public interface ITwitterEvents : Microsoft.AspNetCore.Authentication.IRemoteAuthenticationEvents
type ITwitterEvents = interface
    interface IRemoteAuthenticationEvents
Public Interface ITwitterEvents
Implements IRemoteAuthenticationEvents
Pochodne
Implementuje

Metody

CreatingTicket(TwitterCreatingTicketContext)

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

RedirectToAuthorizationEndpoint(TwitterRedirectToAuthorizationEndpointContext)

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

RemoteFailure(FailureContext)

Wywoływane, gdy proces uwierzytelniania zdalnego ma błąd.

(Odziedziczone po IRemoteAuthenticationEvents)
TicketReceived(TicketReceivedContext)

Wywołane przed zalogowaniem.

(Odziedziczone po IRemoteAuthenticationEvents)

Dotyczy