TwitterHandler Class

Definition

Authentication handler for Twitter's OAuth based authentication.

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)
Inheritance

Constructors

Name Description
TwitterHandler(IOptionsMonitor<TwitterOptions>, ILoggerFactory, UrlEncoder, ISystemClock)
Obsolete.

Initializes a new instance of TwitterHandler.

TwitterHandler(IOptionsMonitor<TwitterOptions>, ILoggerFactory, UrlEncoder)

Initializes a new instance of TwitterHandler.

Properties

Name Description
ClaimsIssuer

Gets the issuer that should be used when any claims are issued.

(Inherited from AuthenticationHandler<TOptions>)
Clock
Obsolete.

Gets the ISystemClock.

(Inherited from AuthenticationHandler<TOptions>)
Context

Gets or sets the HttpContext.

(Inherited from AuthenticationHandler<TOptions>)