Partager via


GoogleExtensions.AddGoogle Méthode

Définition

Surcharges

AddGoogle(AuthenticationBuilder)

Ajoute l’authentification google OAuth à l’aide AuthenticationBuilder du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

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

AddGoogle(AuthenticationBuilder, Action<GoogleOptions>)

Ajoute l’authentification google OAuth à l’aide AuthenticationBuilder du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

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

AddGoogle(AuthenticationBuilder, String, Action<GoogleOptions>)

Ajoute l’authentification google OAuth à l’aide AuthenticationBuilder du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

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

AddGoogle(AuthenticationBuilder, String, String, Action<GoogleOptions>)

Ajoute l’authentification google OAuth à l’aide AuthenticationBuilder du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

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

AddGoogle(AuthenticationBuilder)

Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs

Ajoute l’authentification google OAuth à l’aide AuthenticationBuilder du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

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

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

Paramètres

Retours

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

S’applique à

AddGoogle(AuthenticationBuilder, Action<GoogleOptions>)

Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs

Ajoute l’authentification google OAuth à l’aide AuthenticationBuilder du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

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

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

Paramètres

configureOptions
Action<GoogleOptions>

Délégué pour configurer GoogleOptions.

Retours

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

S’applique à

AddGoogle(AuthenticationBuilder, String, Action<GoogleOptions>)

Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs

Ajoute l’authentification google OAuth à l’aide AuthenticationBuilder du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

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

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

Paramètres

authenticationScheme
String

Schéma d'authentification.

configureOptions
Action<GoogleOptions>

Délégué pour configurer GoogleOptions.

Retours

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

S’applique à

AddGoogle(AuthenticationBuilder, String, String, Action<GoogleOptions>)

Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs
Source:
GoogleExtensions.cs

Ajoute l’authentification google OAuth à l’aide AuthenticationBuilder du schéma par défaut. Le schéma par défaut est spécifié par AuthenticationScheme.

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

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

Paramètres

authenticationScheme
String

Schéma d'authentification.

displayName
String

Nom complet du gestionnaire d’authentification.

configureOptions
Action<GoogleOptions>

Délégué pour configurer GoogleOptions.

Retours

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

S’applique à