Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.TokenLength

TElHTTPSServer     See also     


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


Specifies the length of the OAuth token.

Declaration

[C#]
    int TokenLength;

[VB.NET]
    Property TokenLength As Integer

[Pascal]
    property TokenLength : integer;

[C++]
    int32_t get_TokenLength();
    void set_TokenLength(int32_t Value);

[PHP]
    integer get_TokenLength()
    void set_TokenLength(integer $Value)

[Java]
    int getTokenLength();
    void setTokenLength(int Value);

Description

Use this property to set the length of the OAuth token. The default value is 40.

See also:     TokenTTL     TokenType    

Discuss this help topic in SecureBlackbox Forum