Udostępnij za pośrednictwem


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

Definicja

Określa dostawcę, który ma być google i jego identyfikator klienta i klucz tajny 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

Identyfikator klienta aplikacji Google.

clientSecret
String

Wpis tajny klienta aplikacji Google.

Zwraca

Dotyczy