共用方式為


AuthInfo.Token Property

Definition

Gets or sets the access token used to access the source control provider.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to