AuthorizationToken.expires_in Property

Routee SMSClient

AuthorizationTokenexpires_in Property

Gets or sets the expires in.

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

Property Value

Type: Int32
The expires in.
See Also