Sdílet prostřednictvím


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

Definice

Určuje poskytovatele, který má být Google, a jeho ID klienta a tajný klíč klienta.

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)

Parametry

clientId
String

ID klienta aplikace Google.

clientSecret
String

Tajný klíč klienta aplikace Google.

Návraty

Platí pro