AuthorizationToken.permissions Property

Routee SMSClient

AuthorizationTokenpermissions Property

Gets or sets the permissions.

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

Property Value

Type: ListString
The permissions.
See Also