ITwitterEvents Interface

Definição

Especifica métodos de retorno de chamada que o invoca para habilitar o TwitterMiddleware controle do desenvolvedor sobre o processo de autenticação. />

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
Derivado
Implementações

Métodos

CreatingTicket(TwitterCreatingTicketContext)

Invocado sempre que o Twitter autentica um usuário com êxito

RedirectToAuthorizationEndpoint(TwitterRedirectToAuthorizationEndpointContext)

É chamado quando um Challenge faz com que um redirecionamento autorize um ponto de extremidade no middleware do Twitter

RemoteFailure(FailureContext)

Invocado quando o processo de autenticação remota tem um erro.

(Herdado de IRemoteAuthenticationEvents)
TicketReceived(TicketReceivedContext)

Invocado antes de entrar.

(Herdado de IRemoteAuthenticationEvents)

Aplica-se a