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

Definition

Specifies the provider to be Google and its client ID and client secret.

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)

Parameters

clientId
String

The Google app's client ID.

clientSecret
String

The Google app's client secret.

Returns

Applies to