TwitterExtensions.AddTwitter Méthode

Définition

Surcharges

AddTwitter(AuthenticationBuilder)

Ajoute l’authentification basée sur Twitter OAuth à AuthenticationBuilder l’utilisation du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

L’authentification Twitter permet aux utilisateurs de l’application de se connecter avec leur compte Twitter.

AddTwitter(AuthenticationBuilder, Action<TwitterOptions>)

Ajoute l’authentification basée sur Twitter OAuth à AuthenticationBuilder l’utilisation du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

L’authentification Twitter permet aux utilisateurs de l’application de se connecter avec leur compte Twitter.

AddTwitter(AuthenticationBuilder, String, Action<TwitterOptions>)

Ajoute l’authentification basée sur Twitter OAuth à AuthenticationBuilder l’utilisation du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

L’authentification Twitter permet aux utilisateurs de l’application de se connecter avec leur compte Twitter.

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

Ajoute l’authentification basée sur Twitter OAuth à AuthenticationBuilder l’utilisation du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

L’authentification Twitter permet aux utilisateurs de l’application de se connecter avec leur compte Twitter.

AddTwitter(AuthenticationBuilder)

Ajoute l’authentification basée sur Twitter OAuth à AuthenticationBuilder l’utilisation du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

L’authentification Twitter permet aux utilisateurs de l’application de se connecter avec leur compte Twitter.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddTwitter (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder);
static member AddTwitter : Microsoft.AspNetCore.Authentication.AuthenticationBuilder -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddTwitter (builder As AuthenticationBuilder) As AuthenticationBuilder

Paramètres

Retours

Référence à builder une fois l’opération terminée.

S’applique à

AddTwitter(AuthenticationBuilder, Action<TwitterOptions>)

Ajoute l’authentification basée sur Twitter OAuth à AuthenticationBuilder l’utilisation du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

L’authentification Twitter permet aux utilisateurs de l’application de se connecter avec leur compte Twitter.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddTwitter (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, Action<Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions> configureOptions);
static member AddTwitter : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * Action<Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddTwitter (builder As AuthenticationBuilder, configureOptions As Action(Of TwitterOptions)) As AuthenticationBuilder

Paramètres

configureOptions
Action<TwitterOptions>

Délégué à configurer TwitterOptions.

Retours

Référence à builder une fois l’opération terminée.

S’applique à

AddTwitter(AuthenticationBuilder, String, Action<TwitterOptions>)

Ajoute l’authentification basée sur Twitter OAuth à AuthenticationBuilder l’utilisation du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

L’authentification Twitter permet aux utilisateurs de l’application de se connecter avec leur compte Twitter.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddTwitter (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, Action<Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions> configureOptions);
static member AddTwitter : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * Action<Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddTwitter (builder As AuthenticationBuilder, authenticationScheme As String, configureOptions As Action(Of TwitterOptions)) As AuthenticationBuilder

Paramètres

authenticationScheme
String

Schéma d'authentification.

configureOptions
Action<TwitterOptions>

Délégué à configurer TwitterOptions.

Retours

Référence à builder une fois l’opération terminée.

S’applique à

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

Ajoute l’authentification basée sur Twitter OAuth à AuthenticationBuilder l’utilisation du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

L’authentification Twitter permet aux utilisateurs de l’application de se connecter avec leur compte Twitter.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddTwitter (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, string displayName, Action<Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions> configureOptions);
static member AddTwitter : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * string * Action<Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddTwitter (builder As AuthenticationBuilder, authenticationScheme As String, displayName As String, configureOptions As Action(Of TwitterOptions)) As AuthenticationBuilder

Paramètres

authenticationScheme
String

Schéma d'authentification.

displayName
String

Nom d’affichage du gestionnaire d’authentification.

configureOptions
Action<TwitterOptions>

Délégué à configurer TwitterOptions.

Retours

Référence à builder une fois l’opération terminée.

S’applique à