次の方法で共有


SiteAuthSettingsInner.FacebookAppSecret プロパティ

定義

Facebook ログインに使用される Facebook アプリのアプリ シークレットを取得または設定します。 この設定は、Facebook ログインを有効にするために必要です。 Facebook ログインに関するドキュメント: https://developers.facebook.com/docs/facebook-login

[Newtonsoft.Json.JsonProperty(PropertyName="properties.facebookAppSecret")]
public string FacebookAppSecret { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.facebookAppSecret")>]
member this.FacebookAppSecret : string with get, set
Public Property FacebookAppSecret As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象