CrrAccessToken.AccessTokenString Property

Definition

Gets or sets access token used for authentication

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to