IWithAuthenticationProvider<ParentT>.WithFacebook 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定要成為 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 應用程式秘密。