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 中间件中的授权终结点时调用 |
RemoteFailure(FailureContext) |
发生远程故障时调用 (继承自 RemoteAuthenticationEvents) |
RemoteFailure(RemoteFailureContext) |
发生远程故障时调用。 (继承自 RemoteAuthenticationEvents) |
TicketReceived(TicketReceivedContext) |
在收到远程票证后调用。 (继承自 RemoteAuthenticationEvents) |