AuthorizationToken.scope Property

Routee SMSClient

AuthorizationTokenscope Property

Gets or sets the scope.

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

Property Value

Type: String
The scope.
See Also