你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

定义

将提供程序指定为 Google 及其客户端 ID 和客户端密码。

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 应用的客户端 ID。

clientSecret
String

Google 应用的客户端密码。

返回

适用于