Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.TokenTTL

TElHTTPSServer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the OAuth token time-to-live (TTL).

Declaration

[C#]
    int TokenTTL;

[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).

See also:     TokenType     TokenURL    

Discuss this help topic in SecureBlackbox Forum