共用方式為


IWithAuthenticationProvider<ParentT>.WithGoogle(String, String) 方法

定義

指定要成為 Google 的提供者及其用戶端識別碼和用戶端密碼。

public Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAttach<ParentT> WithGoogle (string clientId, string clientSecret);
abstract member WithGoogle : string * string -> Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAttach<'ParentT>
Public Function WithGoogle (clientId As String, clientSecret As String) As IWithAttach(Of ParentT)

參數

clientId
String

Google 應用程式的用戶端識別碼。

clientSecret
String

Google 應用程式的用戶端密碼。

傳回

適用於