共用方式為


IWithAuthenticationProvider<ParentT>.WithFacebook 方法

定義

指定要成為 Facebook 的提供者及其應用程式識別碼和應用程式密碼。

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)

參數

appId
String

Facebook 應用程式識別碼。

appSecret
String

Facebook 應用程式秘密。

傳回

適用於