OAuthEvents Klasa
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Domyślna implementacja.
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
- Dziedziczenie
- Implementuje
OAuth |
Domyślna implementacja. |
On |
Wywoływane, gdy serwer zdalny zwrócił błąd odmowy dostępu. (Odziedziczone po RemoteAuthenticationEvents) |
On |
Pobiera lub ustawia funkcję wywoływaną podczas wywoływania metody CreatingTicket. |
On |
Pobiera lub ustawia delegata wywoływanego po wywołaniu metody RedirectToAuthorizationEndpoint. |
On |
Wywoływane w przypadku wystąpienia awarii zdalnej. (Odziedziczone po RemoteAuthenticationEvents) |
On |
Wywoływane po odebraniu biletu zdalnego. (Odziedziczone po RemoteAuthenticationEvents) |
Access |
Wywoływane, gdy serwer zdalny zwrócił błąd odmowy dostępu. (Odziedziczone po RemoteAuthenticationEvents) |
Creating |
Wywoływane po pomyślnym uwierzytelnieniu użytkownika przez dostawcę. |
Redirect |
Wywoływane, gdy wyzwanie powoduje przekierowanie do autoryzowania punktu końcowego w programie pośredniczącym OAuth. |
Redirect |
Wywoływane, gdy wyzwanie powoduje przekierowanie do autoryzowania punktu końcowego w procedurze obsługi protokołu OAuth. |
Remote |
Wywoływane w przypadku wystąpienia awarii zdalnej (Odziedziczone po RemoteAuthenticationEvents) |
Remote |
Wywoływane w przypadku wystąpienia awarii zdalnej. (Odziedziczone po RemoteAuthenticationEvents) |
Ticket |
Wywoływane po odebraniu biletu zdalnego. (Odziedziczone po RemoteAuthenticationEvents) |
Produkt | Wersje |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |