Discuss this help topic in SecureBlackbox Forum

TElOAuth2Client.TokenURL

TElOAuth2Client     See also     


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


Specifies the 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

    The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.

See also:     RefreshToken     AuthURL     RedirectURL    

Discuss this help topic in SecureBlackbox Forum