Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.AuthorizationURL

TElHTTPSServer     See also     


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


Specifies OAuth authorization URL.

Declaration

[C#]
    string AuthorizationURL;

[VB.NET]
    Property AuthorizationURL As String

[Pascal]
    property AuthorizationURL : string;

[C++]
    void get_AuthorizationURL(std::string &OutResult);
    void set_AuthorizationURL(const std::string &Value);

[PHP]
    string get_AuthorizationURL()
    void set_AuthorizationURL(string $Value)

[Java]
    String getAuthorizationURL();
    void setAuthorizationURL(String Value);

Description

Use this property to set the OAuth authorization URL. The default value is '/oauth'.

See also:     UseOAuth2    

Discuss this help topic in SecureBlackbox Forum