TwitterEvents Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Implementação padrão 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
- Herança
- Implementações
Construtores
TwitterEvents() |
Implementação padrão TwitterEvents . |
Propriedades
OnAccessDenied |
Invocado quando um erro de acesso negado foi retornado pelo servidor remoto. (Herdado de RemoteAuthenticationEvents) |
OnCreatingTicket |
Obtém ou define a função que é invocada quando o método Authenticated é invocado. |
OnRedirectToAuthorizationEndpoint |
Obtém ou define o representante que é invocado quando o método ApplyRedirect é invocado. |
OnRemoteFailure |
Invocado quando há uma falha remota. (Herdado de RemoteAuthenticationEvents) |
OnTicketReceived |
Invocado após o tíquete remoto ser recebido. (Herdado de RemoteAuthenticationEvents) |
Métodos
AccessDenied(AccessDeniedContext) |
Invocado quando um erro de acesso negado foi retornado pelo servidor remoto. (Herdado de RemoteAuthenticationEvents) |
CreatingTicket(TwitterCreatingTicketContext) |
Invocado sempre que o Twitter autentica um usuário com êxito |
RedirectToAuthorizationEndpoint(RedirectContext<TwitterOptions>) |
Chamado quando um Desafio faz com que um redirecionamento autorize o ponto de extremidade no manipulador do Twitter |
RedirectToAuthorizationEndpoint(TwitterRedirectToAuthorizationEndpointContext) |
É chamado quando um Challenge faz com que um redirecionamento autorize um ponto de extremidade no middleware do Twitter |
RemoteFailure(FailureContext) |
Invocado quando há uma falha remota (Herdado de RemoteAuthenticationEvents) |
RemoteFailure(RemoteFailureContext) |
Invocado quando há uma falha remota. (Herdado de RemoteAuthenticationEvents) |
TicketReceived(TicketReceivedContext) |
Invocado após o tíquete remoto ser recebido. (Herdado de RemoteAuthenticationEvents) |