TwitterExtensions Class

Definition

Extension methods to configure Twitter OAuth authentication.

public static class TwitterExtensions
type TwitterExtensions = class
Public Module TwitterExtensions
Inheritance
TwitterExtensions

Methods

AddTwitter(AuthenticationBuilder)

Adds Twitter OAuth-based authentication to AuthenticationBuilder using the default scheme. The default scheme is specified by AuthenticationScheme.

Twitter authentication allows application users to sign in with their Twitter account.

AddTwitter(AuthenticationBuilder, Action<TwitterOptions>)

Adds Twitter OAuth-based authentication to AuthenticationBuilder using the default scheme. The default scheme is specified by AuthenticationScheme.

Twitter authentication allows application users to sign in with their Twitter account.

AddTwitter(AuthenticationBuilder, String, Action<TwitterOptions>)

Adds Twitter OAuth-based authentication to AuthenticationBuilder using the default scheme. The default scheme is specified by AuthenticationScheme.

Twitter authentication allows application users to sign in with their Twitter account.

AddTwitter(AuthenticationBuilder, String, String, Action<TwitterOptions>)

Adds Twitter OAuth-based authentication to AuthenticationBuilder using the default scheme. The default scheme is specified by AuthenticationScheme.

Twitter authentication allows application users to sign in with their Twitter account.

Applies to