Discuss this help topic in SecureBlackbox Forum

TElSimpleOAuth2Client.TokenURL

TElSimpleOAuth2Client     See also     


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


Specifies the URL of the token endpoint.

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

The token endpoint is used by the client, which needs access to protected resource, to obtain access token from the authorization server.

See also:     AuthURL    

Discuss this help topic in SecureBlackbox Forum