Discuss this help topic in SecureBlackbox Forum

TElSimpleOAuth2Client.ClientID

TElSimpleOAuth2Client     See also     


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


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

Declaration

[C#]
    string ClientID;

[VB.NET]
    Property ClientID As String

[Pascal]
    property ClientID : string;

[C++]
    void get_ClientID(std::string &OutResult);
    void set_ClientID(const std::string &Value);

[PHP]
    string get_ClientID()
    void set_ClientID(string $Value)

[Java]
    String getClientID();
    void setClientID(String Value);

Description

Use this property to specify the client ID of the application.

See also:     ClientSecret    

Discuss this help topic in SecureBlackbox Forum