Microsoft.AspNetCore.Authentication.Twitter Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains types that enable support for Twitter based authentication.
Classes
AccessToken |
The Twitter access token retrieved from the access token endpoint. |
BaseTwitterContext |
Base class for other Twitter contexts. |
RequestToken |
The Twitter request token obtained from the request token endpoint. |
RequestTokenSerializer |
Serializes and deserializes Twitter request and access tokens so that they can be used by other application components. |
TwitterCreatingTicketContext |
Contains information about the login session as well as the user ClaimsIdentity. |
TwitterDefaults |
Default values for the Twitter authentication handler. |
TwitterEvents |
Default TwitterEvents implementation. |
TwitterHandler |
Authentication handler for Twitter's OAuth based authentication. |
TwitterMiddleware |
ASP.NET Core middleware for authenticating users using Twitter. |
TwitterOptions |
Options for the Twitter authentication handler. |
TwitterPostConfigureOptions |
Used to setup defaults for all TwitterOptions. |
TwitterRedirectToAuthorizationEndpointContext |
The Context passed when a Challenge causes a redirect to authorize endpoint in the Twitter middleware. |
Interfaces
ITwitterEvents |
Specifies callback methods which the TwitterMiddleware invokes to enable developer control over the authentication process. /> |
Remarks
For more information about using Twitter based authentication, see Facebook, Google, and external provider authentication in ASP.NET Core.