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

적용 대상