次の方法で共有


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

適用対象