Sdílet prostřednictvím


IWithAuthenticationProvider<ParentT>.WithFacebook Metoda

Definice

Určuje poskytovatele, který má být Facebook, a ID aplikace a tajný klíč aplikace.

public Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithAttach<ParentT> WithFacebook (string appId, string appSecret);
abstract member WithFacebook : string * string -> Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithFacebook (appId As String, appSecret As String) As IWithAttach(Of ParentT)

Parametry

appId
String

ID aplikace Facebook.

appSecret
String

Tajný kód aplikace Facebook.

Návraty

Platí pro