TwitterEvents Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Implementación predeterminada 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
- Herencia
- Implementaciones
Constructores
| TwitterEvents() |
Propiedades
| OnAccessDenied |
Se invoca cuando el servidor remoto devolvió un error de acceso denegado. (Heredado de RemoteAuthenticationEvents) |
| OnCreatingTicket |
Obtiene o establece la función que se invoca cuando se invoca el método Authenticated. |
| OnRedirectToAuthorizationEndpoint |
Obtiene o establece el delegado que se invoca cuando se invoca el método ApplyRedirect. |
| OnRemoteFailure |
Se invoca cuando se produce un error remoto. (Heredado de RemoteAuthenticationEvents) |
| OnTicketReceived |
Se invoca después de recibir el vale remoto. (Heredado de RemoteAuthenticationEvents) |
Métodos
| AccessDenied(AccessDeniedContext) |
Se invoca cuando el servidor remoto devolvió un error de acceso denegado. (Heredado de RemoteAuthenticationEvents) |
| CreatingTicket(TwitterCreatingTicketContext) |
Se invoca cada vez que Twitter autentica correctamente a un usuario |
| RedirectToAuthorizationEndpoint(RedirectContext<TwitterOptions>) |
Se llama cuando un desafío hace que un redireccionamiento autorice el punto de conexión en el controlador de Twitter. |
| RedirectToAuthorizationEndpoint(TwitterRedirectToAuthorizationEndpointContext) |
Se llama cuando un elemento Challenge da lugar a un redireccionamiento para autorizar un extremo en el middleware de Twitter |
| RemoteFailure(FailureContext) |
Se invoca cuando se produce un error remoto (Heredado de RemoteAuthenticationEvents) |
| RemoteFailure(RemoteFailureContext) |
Se invoca cuando se produce un error remoto. (Heredado de RemoteAuthenticationEvents) |
| TicketReceived(TicketReceivedContext) |
Se invoca después de recibir el vale remoto. (Heredado de RemoteAuthenticationEvents) |