TwitterAppBuilderExtensions Class

Definition

Extension methods to add Twitter authentication capabilities to an HTTP application pipeline.

public ref class TwitterAppBuilderExtensions abstract sealed
public static class TwitterAppBuilderExtensions
type TwitterAppBuilderExtensions = class
Public Module TwitterAppBuilderExtensions
Inheritance
TwitterAppBuilderExtensions

Methods

UseTwitterAuthentication(IApplicationBuilder)
Obsolete.
Obsolete.

UseTwitterAuthentication is obsolete. Configure Twitter authentication with AddAuthentication().AddTwitter in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.

UseTwitterAuthentication(IApplicationBuilder, TwitterOptions)
Obsolete.
Obsolete.

UseTwitterAuthentication is obsolete. Configure Twitter authentication with AddAuthentication().AddTwitter in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.

UseTwitterAuthentication(IApplicationBuilder, TwitterOptions)

Adds the TwitterMiddleware middleware to the specified IApplicationBuilder, which enables Twitter authentication capabilities.

Applies to