AuthorizationToken.access_token Property

Routee SMSClient

AuthorizationTokenaccess_token Property

Gets or sets the access token.

Namespace:  RouteeSMSClient.RouteeBase
Assembly:  RouteeSMSClient (in RouteeSMSClient.dll) Version: 1.0.0
Syntax
C#
public string access_token { get; set; }

Property Value

Type: String
The access token.
See Also