Condividi tramite


IWithAuthenticationProvider<ParentT>.WithGoogle(String, String) Metodo

Definizione

Specifica il provider che deve essere Google e il relativo ID client e segreto 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)

Parametri

clientId
String

ID client dell'app Google.

clientSecret
String

Il segreto client dell'app Google.

Restituisce

Si applica a