Udostępnij przez


GoogleExtensions.AddGoogle Metoda

Definicja

Przeciążenia

AddGoogle(AuthenticationBuilder)

Dodaje uwierzytelnianie oparte na protokole Google do AuthenticationBuilder używania schematu domyślnego. Schemat domyślny jest określony przez AuthenticationScheme.

Uwierzytelnianie Google umożliwia użytkownikom aplikacji logowanie się przy użyciu konta Google.

AddGoogle(AuthenticationBuilder, Action<GoogleOptions>)

Dodaje uwierzytelnianie oparte na protokole Google do AuthenticationBuilder używania schematu domyślnego. Schemat domyślny jest określony przez AuthenticationScheme.

Uwierzytelnianie Google umożliwia użytkownikom aplikacji logowanie się przy użyciu konta Google.

AddGoogle(AuthenticationBuilder, String, Action<GoogleOptions>)

Dodaje uwierzytelnianie oparte na protokole Google do AuthenticationBuilder używania schematu domyślnego. Schemat domyślny jest określony przez AuthenticationScheme.

Uwierzytelnianie Google umożliwia użytkownikom aplikacji logowanie się przy użyciu konta Google.

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

Dodaje uwierzytelnianie oparte na protokole Google do AuthenticationBuilder używania schematu domyślnego. Schemat domyślny jest określony przez AuthenticationScheme.

Uwierzytelnianie Google umożliwia użytkownikom aplikacji logowanie się przy użyciu konta Google.

AddGoogle(AuthenticationBuilder)

Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs

Dodaje uwierzytelnianie oparte na protokole Google do AuthenticationBuilder używania schematu domyślnego. Schemat domyślny jest określony przez AuthenticationScheme.

Uwierzytelnianie Google umożliwia użytkownikom aplikacji logowanie się przy użyciu konta 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

Parametry

Zwraca

Odwołanie do builder po zakończeniu operacji.

Dotyczy

AddGoogle(AuthenticationBuilder, Action<GoogleOptions>)

Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs

Dodaje uwierzytelnianie oparte na protokole Google do AuthenticationBuilder używania schematu domyślnego. Schemat domyślny jest określony przez AuthenticationScheme.

Uwierzytelnianie Google umożliwia użytkownikom aplikacji logowanie się przy użyciu konta 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

Parametry

configureOptions
Action<GoogleOptions>

Pełnomocnik do skonfigurowania GoogleOptions.

Zwraca

Odwołanie do builder po zakończeniu operacji.

Dotyczy

AddGoogle(AuthenticationBuilder, String, Action<GoogleOptions>)

Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs

Dodaje uwierzytelnianie oparte na protokole Google do AuthenticationBuilder używania schematu domyślnego. Schemat domyślny jest określony przez AuthenticationScheme.

Uwierzytelnianie Google umożliwia użytkownikom aplikacji logowanie się przy użyciu konta 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

Parametry

authenticationScheme
String

Schemat uwierzytelniania.

configureOptions
Action<GoogleOptions>

Pełnomocnik do skonfigurowania GoogleOptions.

Zwraca

Odwołanie do builder po zakończeniu operacji.

Dotyczy

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

Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs
Źródło:
GoogleExtensions.cs

Dodaje uwierzytelnianie oparte na protokole Google do AuthenticationBuilder używania schematu domyślnego. Schemat domyślny jest określony przez AuthenticationScheme.

Uwierzytelnianie Google umożliwia użytkownikom aplikacji logowanie się przy użyciu konta 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

Parametry

authenticationScheme
String

Schemat uwierzytelniania.

displayName
String

Nazwa wyświetlana programu obsługi uwierzytelniania.

configureOptions
Action<GoogleOptions>

Pełnomocnik do skonfigurowania GoogleOptions.

Zwraca

Odwołanie do builder po zakończeniu operacji.

Dotyczy