SourceControlInner.TokenSecret Property

Definition

Gets or sets oAuth access token secret.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to