Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorage.ClientSecret

TElBoxDataStorage     See also     


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


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

    Use this property to set the client secret used for authorization.

See also:     ClientID    

Discuss this help topic in SecureBlackbox Forum