ITwitterEvents 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定调用的回调方法, TwitterMiddleware 使开发人员能够控制身份验证过程。 />
public interface class ITwitterEvents : Microsoft::AspNetCore::Authentication::IRemoteAuthenticationEvents
public interface ITwitterEvents : Microsoft.AspNetCore.Authentication.IRemoteAuthenticationEvents
type ITwitterEvents = interface
interface IRemoteAuthenticationEvents
Public Interface ITwitterEvents
Implements IRemoteAuthenticationEvents
- 派生
- 实现
方法
CreatingTicket(TwitterCreatingTicketContext) |
当 Twitter 成功对用户进行身份验证时调用 |
RedirectToAuthorizationEndpoint(TwitterRedirectToAuthorizationEndpointContext) |
在质询导致重定向到 Twitter 中间件中的授权终结点时调用 |
RemoteFailure(FailureContext) |
在远程身份验证进程出现错误时调用。 (继承自 IRemoteAuthenticationEvents) |
TicketReceived(TicketReceivedContext) |
登录前调用。 (继承自 IRemoteAuthenticationEvents) |