TwitterEvents 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
預設 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) |