Discuss this help topic in SecureBlackbox Forum
Specifies OAuth token type.
Declaration
[VB.NET]
Property TokenType As String
[Pascal]
property TokenType : string;
[C++]
void get_TokenType(std::string &OutResult);
void set_TokenType(const std::string &Value);
[PHP]
string get_TokenType()
void set_TokenType(string $Value)
[Java]
String getTokenType();
void setTokenType(String Value);
Description
This property specifies the OAuth token type.
The default value is 'Bearer'.
Discuss this help topic in SecureBlackbox Forum