AuthorizationToken.token_type Property

Routee SMSClient

AuthorizationTokentoken_type Property

Gets or sets the type of the token.

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

Property Value

Type: String
The type of the token.
See Also