Compartir a través de


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

Definición

Especifica el proveedor que va a ser Google y su identificador de cliente y secreto de cliente.

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)

Parámetros

clientId
String

Identificador de cliente de la aplicación de Google.

clientSecret
String

Secreto de cliente de la aplicación de Google.

Devoluciones

Se aplica a