SourceControlSecurityTokenProperties.TokenType 屬性

定義

取得或設定權杖類型。 必須是 PersonalAccessToken 或 Oauth。 可能的值包括:'PersonalAccessToken'、'Oauth'

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於