SiteAuthSettingsInner.FacebookOAuthScopes 속성

정의

Facebook 로그인 인증의 일부로 요청될 OAuth 2.0 범위를 가져오거나 설정합니다. 이 설정은 선택 사항입니다. Facebook 로그인 설명서: https://developers.facebook.com/docs/facebook-login

[Newtonsoft.Json.JsonProperty(PropertyName="properties.facebookOAuthScopes")]
public System.Collections.Generic.IList<string> FacebookOAuthScopes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.facebookOAuthScopes")>]
member this.FacebookOAuthScopes : System.Collections.Generic.IList<string> with get, set
Public Property FacebookOAuthScopes As IList(Of String)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상