Discuss this help topic in SecureBlackbox Forum
Specifies the OAuth token time-to-live (TTL).
Declaration
[VB.NET]
Property TokenTTL As Integer
[Pascal]
property TokenTTL : integer;
[C++]
int32_t get_TokenTTL();
void set_TokenTTL(int32_t Value);
[PHP]
integer get_TokenTTL()
void set_TokenTTL(integer $Value)
[Java]
int getTokenTTL();
void setTokenTTL(int Value);
Description
Use this property to specify the OAuth token time-to-live in seconds.
The default value is 3600 (1 hour).
Discuss this help topic in SecureBlackbox Forum