次の方法で共有


AuthInfoUpdateParameters.TokenType プロパティ

定義

認証トークンの種類を取得または設定します。 使用できる値は、'PAT'、'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

適用対象