Click or drag to resize

Token.ExpiresInSeconds Property

Gets the expires in seconds.

Namespace:  Smartsheet.Api.OAuth
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public Nullable<long> ExpiresInSeconds { get; set; }

Return Value

Type: Nullable<Int64>
the expires in seconds
See Also