Microsoft.AspNetCore.Authentication.Twitter Namespace

namespace Microsoft.AspNetCore.Authentication.Twitter

Interfaces

interface ITwitterEvents
Specifies callback methods which the Microsoft.AspNetCore.Authentication.Twitter.TwitterMiddleware invokes to enable developer control over the authentication process. />

Classes

class AccessToken
The Twitter access token retrieved from the access token endpoint.
class BaseTwitterContext
Base class for other Twitter contexts.
class RequestToken
The Twitter request token obtained from the request token endpoint.
class RequestTokenSerializer
Serializes and deserializes Twitter request and access tokens so that they can be used by other application components.
class TwitterCreatingTicketContext
Contains information about the login session as well as the user System.Security.Claims.ClaimsIdentity.
class TwitterDefaults
class TwitterEvents
Default Microsoft.AspNetCore.Authentication.Twitter.ITwitterEvents implementation.
class TwitterMiddleware
ASP.NET Core middleware for authenticating users using Twitter.
class TwitterRedirectToAuthorizationEndpointContext
The Context passed when a Challenge causes a redirect to authorize endpoint in the Twitter middleware.