Discuss this help topic in SecureBlackbox Forum

TElSimpleOAuth2Client.CustomParam

TElSimpleOAuth2Client     See also     


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


Contains custom parameters of the authorization request.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property CustomParam[Name : string] : string;

[C++]
    void get_CustomParam(const std::string &Name, std::string &OutResult);
    void set_CustomParam(const std::string &Name, const std::string &Value);

[PHP]
    string get_CustomParam(string $Name)
    void set_CustomParam(string $Name, string $Value)

[Java]
    String getCustomParam(String Name);
    void setCustomParam(String Name, String Value);

Parameters

  • Name - the name of the parameter to be set or retrieved.

Description

This property contains key-value pairs of custom parameters of HTTP request.

See also:     ClearCustomParams    

Discuss this help topic in SecureBlackbox Forum