GoogleExtensions.AddGoogle 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AddGoogle(AuthenticationBuilder) |
將 Google OAuth 型驗證新增至 AuthenticationBuilder 使用預設配置。 預設配置是由 AuthenticationScheme 指定。 Google 驗證可讓應用程式使用者使用其 Google 帳戶登入。 |
AddGoogle(AuthenticationBuilder, Action<GoogleOptions>) |
將 Google OAuth 型驗證新增至 AuthenticationBuilder 使用預設配置。 預設配置是由 AuthenticationScheme 指定。 Google 驗證可讓應用程式使用者使用其 Google 帳戶登入。 |
AddGoogle(AuthenticationBuilder, String, Action<GoogleOptions>) |
將 Google OAuth 型驗證新增至 AuthenticationBuilder 使用預設配置。 預設配置是由 AuthenticationScheme 指定。 Google 驗證可讓應用程式使用者使用其 Google 帳戶登入。 |
AddGoogle(AuthenticationBuilder, String, String, Action<GoogleOptions>) |
將 Google OAuth 型驗證新增至 AuthenticationBuilder 使用預設配置。 預設配置是由 AuthenticationScheme 指定。 Google 驗證可讓應用程式使用者使用其 Google 帳戶登入。 |
AddGoogle(AuthenticationBuilder)
將 Google OAuth 型驗證新增至 AuthenticationBuilder 使用預設配置。 預設配置是由 AuthenticationScheme 指定。
Google 驗證可讓應用程式使用者使用其 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
參數
傳回
作業完成之後的 builder
參考。
適用於
AddGoogle(AuthenticationBuilder, Action<GoogleOptions>)
將 Google OAuth 型驗證新增至 AuthenticationBuilder 使用預設配置。 預設配置是由 AuthenticationScheme 指定。
Google 驗證可讓應用程式使用者使用其 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
參數
- configureOptions
- Action<GoogleOptions>
要設定 GoogleOptions 的委派。
傳回
作業完成之後的 builder
參考。
適用於
AddGoogle(AuthenticationBuilder, String, Action<GoogleOptions>)
將 Google OAuth 型驗證新增至 AuthenticationBuilder 使用預設配置。 預設配置是由 AuthenticationScheme 指定。
Google 驗證可讓應用程式使用者使用其 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
參數
- authenticationScheme
- String
驗證配置。
- configureOptions
- Action<GoogleOptions>
要設定 GoogleOptions 的委派。
傳回
作業完成之後的 builder
參考。
適用於
AddGoogle(AuthenticationBuilder, String, String, Action<GoogleOptions>)
將 Google OAuth 型驗證新增至 AuthenticationBuilder 使用預設配置。 預設配置是由 AuthenticationScheme 指定。
Google 驗證可讓應用程式使用者使用其 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
參數
- authenticationScheme
- String
驗證配置。
- displayName
- String
驗證處理常式的顯示名稱。
- configureOptions
- Action<GoogleOptions>
要設定 GoogleOptions 的委派。
傳回
作業完成之後的 builder
參考。