Share via


TwitterEvents クラス

定義

既定の 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
継承
実装

コンストラクター

TwitterEvents()

既定の TwitterEvents 実装。

プロパティ

OnAccessDenied

リモート サーバーからアクセス拒否エラーが返されたときに呼び出されます。

(継承元 RemoteAuthenticationEvents)
OnCreatingTicket

Authenticated メソッドの呼び出し時に呼び出される関数を取得または設定します。

OnRedirectToAuthorizationEndpoint

ApplyRedirect メソッドの呼び出し時に呼び出されるデリゲートを取得または設定します。

OnRemoteFailure

リモート 障害が発生したときに呼び出されます。

(継承元 RemoteAuthenticationEvents)
OnTicketReceived

リモート チケットの受信後に呼び出されます。

(継承元 RemoteAuthenticationEvents)

メソッド

AccessDenied(AccessDeniedContext)

リモート サーバーからアクセス拒否エラーが返されたときに呼び出されます。

(継承元 RemoteAuthenticationEvents)
CreatingTicket(TwitterCreatingTicketContext)

Twitter がユーザーを正常に認証するたびに呼び出される

RedirectToAuthorizationEndpoint(RedirectContext<TwitterOptions>)

チャレンジによってリダイレクトが Twitter ハンドラー内のエンドポイントを承認するときに呼び出されます

RedirectToAuthorizationEndpoint(TwitterRedirectToAuthorizationEndpointContext)

Twitter ミドルウェア内でエンドポイントを承認するための Challenge でリダイレクトを行う際に呼び出されます

RemoteFailure(FailureContext)

リモート 障害が発生したときに呼び出される

(継承元 RemoteAuthenticationEvents)
RemoteFailure(RemoteFailureContext)

リモート 障害が発生したときに呼び出されます。

(継承元 RemoteAuthenticationEvents)
TicketReceived(TicketReceivedContext)

リモート チケットの受信後に呼び出されます。

(継承元 RemoteAuthenticationEvents)

適用対象