Delen via


IWithAuthenticationProvider<ParentT>.WithFacebook Methode

Definitie

Hiermee geeft u de provider facebook en de app-id en het app-geheim.

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

Parameters

appId
String

De Id van de Facebook-app.

appSecret
String

Het facebook-app-geheim.

Retouren

Van toepassing op