GoogleAppBuilderExtensions.UseGoogleAuthentication Метод

Определение

Перегрузки

UseGoogleAuthentication(IApplicationBuilder)
Устаревшие..

UseGoogleAuthentication является устаревшим. Настройте проверку подлинности Google с помощью AddAuthentication(). AddGoogle в ConfigureServices. Дополнительные сведения см. в статье https://go.microsoft.com/fwlink/?linkid=845470.

UseGoogleAuthentication(IApplicationBuilder, GoogleOptions)
Устаревшие..

UseGoogleAuthentication является устаревшим. Настройте проверку подлинности Google с помощью AddAuthentication(). AddGoogle в ConfigureServices. Дополнительные сведения см. в статье https://go.microsoft.com/fwlink/?linkid=845470.

UseGoogleAuthentication(IApplicationBuilder, GoogleOptions)

Добавляет ПО промежуточного GoogleMiddleware слоя в указанный IApplicationBuilderобъект , который включает возможности проверки подлинности Google.

UseGoogleAuthentication(IApplicationBuilder)

Исходный код:
GoogleAppBuilderExtensions.cs
Исходный код:
GoogleAppBuilderExtensions.cs

Внимание!

UseGoogleAuthentication is obsolete. Configure Google authentication with AddAuthentication().AddGoogle in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.

UseGoogleAuthentication является устаревшим. Настройте проверку подлинности Google с помощью AddAuthentication(). AddGoogle в ConfigureServices. Дополнительные сведения см. в статье https://go.microsoft.com/fwlink/?linkid=845470.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseGoogleAuthentication(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseGoogleAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
[System.Obsolete("UseGoogleAuthentication is obsolete. Configure Google authentication with AddAuthentication().AddGoogle in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseGoogleAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
static member UseGoogleAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
[<System.Obsolete("UseGoogleAuthentication is obsolete. Configure Google authentication with AddAuthentication().AddGoogle in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)>]
static member UseGoogleAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseGoogleAuthentication (app As IApplicationBuilder) As IApplicationBuilder

Параметры

app
IApplicationBuilder

Объект IApplicationBuilder , в который добавляется обработчик.

Возвращаемое значение

Ссылка на этот экземпляр после завершения операции.

Атрибуты

Применяется к

UseGoogleAuthentication(IApplicationBuilder, GoogleOptions)

Исходный код:
GoogleAppBuilderExtensions.cs
Исходный код:
GoogleAppBuilderExtensions.cs

Внимание!

UseGoogleAuthentication is obsolete. Configure Google authentication with AddAuthentication().AddGoogle in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.

UseGoogleAuthentication является устаревшим. Настройте проверку подлинности Google с помощью AddAuthentication(). AddGoogle в ConfigureServices. Дополнительные сведения см. в статье https://go.microsoft.com/fwlink/?linkid=845470.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseGoogleAuthentication(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app, Microsoft::AspNetCore::Authentication::Google::GoogleOptions ^ options);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseGoogleAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Authentication.Google.GoogleOptions options);
[System.Obsolete("UseGoogleAuthentication is obsolete. Configure Google authentication with AddAuthentication().AddGoogle in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseGoogleAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Authentication.Google.GoogleOptions options);
static member UseGoogleAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Authentication.Google.GoogleOptions -> Microsoft.AspNetCore.Builder.IApplicationBuilder
[<System.Obsolete("UseGoogleAuthentication is obsolete. Configure Google authentication with AddAuthentication().AddGoogle in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)>]
static member UseGoogleAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Authentication.Google.GoogleOptions -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseGoogleAuthentication (app As IApplicationBuilder, options As GoogleOptions) As IApplicationBuilder

Параметры

app
IApplicationBuilder

Объект IApplicationBuilder , в который добавляется обработчик.

options
GoogleOptions

Объект GoogleOptions , указывающий параметры для обработчика.

Возвращаемое значение

Ссылка на этот экземпляр после завершения операции.

Атрибуты

Применяется к

UseGoogleAuthentication(IApplicationBuilder, GoogleOptions)

Добавляет ПО промежуточного GoogleMiddleware слоя в указанный IApplicationBuilderобъект , который включает возможности проверки подлинности Google.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseGoogleAuthentication(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app, Microsoft::AspNetCore::Builder::GoogleOptions ^ options);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseGoogleAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Builder.GoogleOptions options);
static member UseGoogleAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Builder.GoogleOptions -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseGoogleAuthentication (app As IApplicationBuilder, options As GoogleOptions) As IApplicationBuilder

Параметры

app
IApplicationBuilder

Объект IApplicationBuilder , в который добавляется ПО промежуточного слоя.

options
GoogleOptions

Объект GoogleOptions , задающий параметры для ПО промежуточного слоя.

Возвращаемое значение

Ссылка на этот экземпляр после завершения операции.

Применяется к