Sdílet prostřednictvím


TwitterEvents Třída

Definice

Výchozí TwitterEvents implementace.

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
Dědičnost
Implementuje

Konstruktory

TwitterEvents()

Výchozí TwitterEvents implementace.

Vlastnosti

OnAccessDenied

Vyvolána, když vzdálený server vrátil chybu odepření přístupu.

(Zděděno od RemoteAuthenticationEvents)
OnCreatingTicket

Získá nebo nastaví funkci, která je vyvolána při vyvolání metody Authenticated.

OnRedirectToAuthorizationEndpoint

Získá nebo nastaví delegát, který je vyvolán při vyvolání Metody ApplyRedirect.

OnRemoteFailure

Vyvoláno v případě vzdáleného selhání.

(Zděděno od RemoteAuthenticationEvents)
OnTicketReceived

Vyvoláno po přijetí vzdáleného lístku.

(Zděděno od RemoteAuthenticationEvents)

Metody

AccessDenied(AccessDeniedContext)

Vyvolána, když vzdálený server vrátil chybu odepření přístupu.

(Zděděno od RemoteAuthenticationEvents)
CreatingTicket(TwitterCreatingTicketContext)

Vyvolá se pokaždé, když Twitter úspěšně ověří uživatele.

RedirectToAuthorizationEndpoint(RedirectContext<TwitterOptions>)

Volá se, když výzva způsobí přesměrování na autorizaci koncového bodu v obslužné rutině Twitteru.

RedirectToAuthorizationEndpoint(TwitterRedirectToAuthorizationEndpointContext)

Volá se, když výzva způsobí přesměrování na autorizaci koncového bodu v middlewaru Twitteru.

RemoteFailure(FailureContext)

Vyvoláno při vzdáleném selhání

(Zděděno od RemoteAuthenticationEvents)
RemoteFailure(RemoteFailureContext)

Vyvoláno v případě vzdáleného selhání.

(Zděděno od RemoteAuthenticationEvents)
TicketReceived(TicketReceivedContext)

Vyvoláno po přijetí vzdáleného lístku.

(Zděděno od RemoteAuthenticationEvents)

Platí pro