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; }
Public Property ExpiresInSeconds As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> ExpiresInSeconds {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member ExpiresInSeconds : Nullable<int64> with get, set
Return Value
Type:
NullableInt64 the expires in seconds
See Also