次の方法で共有


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 アプリのクライアント シークレット。

戻り値

適用対象