GoogleExtensions.AddGoogle Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- builder
- AuthenticationBuilder
L’AuthenticationBuilderopérateur
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
- builder
- AuthenticationBuilder
L’AuthenticationBuilderopérateur
- 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
- builder
- AuthenticationBuilder
L’AuthenticationBuilderopérateur
- 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
- builder
- AuthenticationBuilder
L’AuthenticationBuilderopérateur
- 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.