Discuss this help topic in SecureBlackbox Forum
Specifies the length of the OAuth token.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum