Condividi tramite


OAuthEvents Classe

Definizione

Implementazione predefinita.

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
Ereditarietà
Implementazioni

Costruttori

OAuthEvents()

Implementazione predefinita.

Proprietà

OnAccessDenied

Richiamato quando viene restituito un errore di accesso negato dal server remoto.

(Ereditato da RemoteAuthenticationEvents)
OnCreatingTicket

Ottiene o imposta la funzione richiamata quando viene richiamato il metodo CreatingTicket.

OnRedirectToAuthorizationEndpoint

Ottiene o imposta il delegato richiamato quando viene richiamato il metodo RedirectToAuthorizationEndpoint.

OnRemoteFailure

Richiamato quando si verifica un errore remoto.

(Ereditato da RemoteAuthenticationEvents)
OnTicketReceived

Richiamato dopo la ricezione del ticket remoto.

(Ereditato da RemoteAuthenticationEvents)

Metodi

AccessDenied(AccessDeniedContext)

Richiamato quando viene restituito un errore di accesso negato dal server remoto.

(Ereditato da RemoteAuthenticationEvents)
CreatingTicket(OAuthCreatingTicketContext)

Richiamato dopo che il provider autentica correttamente un utente.

RedirectToAuthorizationEndpoint(OAuthRedirectToAuthorizationContext)

Chiamato quando un problema causa un reindirizzamento per autorizzare l'endpoint nel middleware OAuth.

RedirectToAuthorizationEndpoint(RedirectContext<OAuthOptions>)

Chiamato quando un problema causa un reindirizzamento per autorizzare l'endpoint nel gestore OAuth.

RemoteFailure(FailureContext)

Richiamato quando si verifica un errore remoto

(Ereditato da RemoteAuthenticationEvents)
RemoteFailure(RemoteFailureContext)

Richiamato quando si verifica un errore remoto.

(Ereditato da RemoteAuthenticationEvents)
TicketReceived(TicketReceivedContext)

Richiamato dopo la ricezione del ticket remoto.

(Ereditato da RemoteAuthenticationEvents)

Si applica a