TwitterHandler 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Twitter 基于 OAuth 的身份验证的身份验证处理程序。
public ref class TwitterHandler : Microsoft::AspNetCore::Authentication::RemoteAuthenticationHandler<Microsoft::AspNetCore::Authentication::Twitter::TwitterOptions ^>public class TwitterHandler : Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler<Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions>type TwitterHandler = class
    inherit RemoteAuthenticationHandler<TwitterOptions>Public Class TwitterHandler
Inherits RemoteAuthenticationHandler(Of TwitterOptions)- 继承