Compartir a través de


OAuthEvents Clase

Definición

Implementación de predeterminada.

public ref class OAuthEvents : Microsoft::AspNetCore::Authentication::RemoteAuthenticationEvents, Microsoft::AspNetCore::Authentication::OAuth::IOAuthEvents
public ref class OAuthEvents : Microsoft::AspNetCore::Authentication::RemoteAuthenticationEvents
public class OAuthEvents : Microsoft.AspNetCore.Authentication.RemoteAuthenticationEvents, Microsoft.AspNetCore.Authentication.OAuth.IOAuthEvents
public class OAuthEvents : Microsoft.AspNetCore.Authentication.RemoteAuthenticationEvents
type OAuthEvents = class
    inherit RemoteAuthenticationEvents
    interface IOAuthEvents
    interface IRemoteAuthenticationEvents
type OAuthEvents = class
    inherit RemoteAuthenticationEvents
Public Class OAuthEvents
Inherits RemoteAuthenticationEvents
Implements IOAuthEvents
Public Class OAuthEvents
Inherits RemoteAuthenticationEvents
Herencia
Implementaciones

Constructores

OAuthEvents()

Implementación de predeterminada.

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 CreatingTicket.

OnRedirectToAuthorizationEndpoint

Obtiene o establece el delegado que se invoca cuando se invoca el método RedirectToAuthorizationEndpoint.

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(OAuthCreatingTicketContext)

Se invoca después de que el proveedor autentique correctamente a un usuario.

RedirectToAuthorizationEndpoint(OAuthRedirectToAuthorizationContext)

Se llama cuando un desafío hace que un redireccionamiento autorice el punto de conexión en el middleware de OAuth.

RedirectToAuthorizationEndpoint(RedirectContext<OAuthOptions>)

Se llama cuando un desafío hace que un redireccionamiento autorice el punto de conexión en el controlador de OAuth.

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)

Se aplica a