Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.TokenType

TElHTTPSServer     See also     


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


Specifies OAuth token type.

Declaration

[C#]
    string TokenType;

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

See also:     TokenLength     TokenTTL    

Discuss this help topic in SecureBlackbox Forum