Discuss this help topic in SecureBlackbox Forum

TElSimpleOAuth2Client.ClientSecret

TElSimpleOAuth2Client     See also     


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


Client secret of the application which needs access to the protected resource.

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

Use this property to specify client secret of the application.

See also:     ClientID    

Discuss this help topic in SecureBlackbox Forum