GoogleExtensions.AddGoogle Methode

Definition

Überlädt

AddGoogle(AuthenticationBuilder)

Fügt die Google OAuth-basierte Authentifizierung mithilfe des Standardschemas hinzu AuthenticationBuilder . Das Standardschema wird von AuthenticationSchemeangegeben.

Die Google-Authentifizierung ermöglicht es Anwendungsbenutzern, sich mit ihrem Google-Konto anzumelden.

AddGoogle(AuthenticationBuilder, Action<GoogleOptions>)

Fügt die Google OAuth-basierte Authentifizierung mithilfe des Standardschemas hinzu AuthenticationBuilder . Das Standardschema wird von AuthenticationSchemeangegeben.

Die Google-Authentifizierung ermöglicht es Anwendungsbenutzern, sich mit ihrem Google-Konto anzumelden.

AddGoogle(AuthenticationBuilder, String, Action<GoogleOptions>)

Fügt die Google OAuth-basierte Authentifizierung mithilfe des Standardschemas hinzu AuthenticationBuilder . Das Standardschema wird von AuthenticationSchemeangegeben.

Die Google-Authentifizierung ermöglicht es Anwendungsbenutzern, sich mit ihrem Google-Konto anzumelden.

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

Fügt die Google OAuth-basierte Authentifizierung mithilfe des Standardschemas hinzu AuthenticationBuilder . Das Standardschema wird von AuthenticationSchemeangegeben.

Die Google-Authentifizierung ermöglicht es Anwendungsbenutzern, sich mit ihrem Google-Konto anzumelden.

AddGoogle(AuthenticationBuilder)

Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs

Fügt die Google OAuth-basierte Authentifizierung mithilfe des Standardschemas hinzu AuthenticationBuilder . Das Standardschema wird von AuthenticationSchemeangegeben.

Die Google-Authentifizierung ermöglicht es Anwendungsbenutzern, sich mit ihrem Google-Konto anzumelden.

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

Parameter

Gibt zurück

Ein Verweis auf, builder nachdem der Vorgang abgeschlossen wurde.

Gilt für:

AddGoogle(AuthenticationBuilder, Action<GoogleOptions>)

Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs

Fügt die Google OAuth-basierte Authentifizierung mithilfe des Standardschemas hinzu AuthenticationBuilder . Das Standardschema wird von AuthenticationSchemeangegeben.

Die Google-Authentifizierung ermöglicht es Anwendungsbenutzern, sich mit ihrem Google-Konto anzumelden.

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

Parameter

configureOptions
Action<GoogleOptions>

Ein Delegat zum Konfigurieren GoogleOptionsvon .

Gibt zurück

Ein Verweis auf, builder nachdem der Vorgang abgeschlossen wurde.

Gilt für:

AddGoogle(AuthenticationBuilder, String, Action<GoogleOptions>)

Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs

Fügt die Google OAuth-basierte Authentifizierung mithilfe des Standardschemas hinzu AuthenticationBuilder . Das Standardschema wird von AuthenticationSchemeangegeben.

Die Google-Authentifizierung ermöglicht es Anwendungsbenutzern, sich mit ihrem Google-Konto anzumelden.

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

Parameter

authenticationScheme
String

Das Authentifizierungsschema.

configureOptions
Action<GoogleOptions>

Ein Delegat zum Konfigurieren GoogleOptionsvon .

Gibt zurück

Ein Verweis auf, builder nachdem der Vorgang abgeschlossen wurde.

Gilt für:

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

Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs
Quelle:
GoogleExtensions.cs

Fügt die Google OAuth-basierte Authentifizierung mithilfe des Standardschemas hinzu AuthenticationBuilder . Das Standardschema wird von AuthenticationSchemeangegeben.

Die Google-Authentifizierung ermöglicht es Anwendungsbenutzern, sich mit ihrem Google-Konto anzumelden.

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

Parameter

authenticationScheme
String

Das Authentifizierungsschema.

displayName
String

Ein Anzeigename für den Authentifizierungshandler.

configureOptions
Action<GoogleOptions>

Ein Delegat zum Konfigurieren GoogleOptionsvon .

Gibt zurück

Ein Verweis auf, builder nachdem der Vorgang abgeschlossen wurde.

Gilt für: