Click or drag to resize

AuthorizationResultExpiresInSeconds Property

Gets the total number of seconds that the authorization token is valid. This is always 4 minutes.

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: NullableInt64
the expires in seconds
See Also