TokenInfo.Token Property

Definition

Gets the token returned by the analyzer.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to