Partager via


IWithAuthenticationProvider<ParentT>.WithGoogle(String, String) Méthode

Définition

Spécifie le fournisseur qui doit être Google, ainsi que son ID client et sa clé secrète client.

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

Paramètres

clientId
String

ID client de l’application Google.

clientSecret
String

Secret client de l’application Google.

Retours

S’applique à