Click or drag to resize

LoginTokenResultAccessToken Property

Gets or sets the access token.

Namespace:  Koden.Utils.REST.Models
Assembly:  Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntax
public string AccessToken { get; set; }

Property Value

Type: String
The access token.
See Also