Discuss this help topic in SecureBlackbox Forum

TElHTTPOAuth2ApplicationInfo.ClientSecret

TElHTTPOAuth2ApplicationInfo     See also     


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


Specifies client secret.

Declaration

[C#]
    string ClientSecret;

[VB.NET]
    Property ClientSecret As String

[Pascal]
    property ClientSecret : string;

[C++]
    void get_ClientSecret(std::string &OutResult);
    void set_ClientSecret(const std::string &Value);

[PHP]
    string get_ClientSecret()
    void set_ClientSecret(string $Value)

[Java]
    String getClientSecret();
    void setClientSecret(String Value);

Description

ClientSecret specifies the password used to authenticate to the authorization server.

See also:     ClientID    

Discuss this help topic in SecureBlackbox Forum