Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.TokenURL

TElHTTPSServer     See also     


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


Specifies OAuth token endpoint URL.

Declaration

[C#]
    string TokenURL;

[VB.NET]
    Property TokenURL As String

[Pascal]
    property TokenURL : string;

[C++]
    void get_TokenURL(std::string &OutResult);
    void set_TokenURL(const std::string &Value);

[PHP]
    string get_TokenURL()
    void set_TokenURL(string $Value)

[Java]
    String getTokenURL();
    void setTokenURL(String Value);

Description

Use this property to customize OAuth token endpoint URL.

See also:     TokenType     UseOAuth2    

Discuss this help topic in SecureBlackbox Forum