Sdílet prostřednictvím


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

Definice

Určuje, že zprostředkovatelem má být Google a jeho ID klienta a tajný klíč klienta.

public Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAttach<ParentT> WithGoogle (string clientId, string clientSecret);
abstract member WithGoogle : string * string -> Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.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ý kód klienta aplikace Google.

Návraty

Platí pro