共用方式為


SiteAuthSettingsInner.TwitterConsumerSecret 屬性

定義

取得或設定用於登入之 Twitter 應用程式的 OAuth 1.0a 取用者密碼。 啟用 Twitter 登入需要此設定。 Twitter Sign-In檔: https://dev.twitter.com/web/sign-in

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於