Method | Description | |
---|---|---|
ClientCredential ( string clientToken, string accessToken, string secret ) : System |
Default Constructor
|
public ClientCredential ( string clientToken, string accessToken, string secret ) : System | ||
clientToken | string | The Client Token - cannot be null or empty |
accessToken | string | The Access Token - cannot be null or empty |
secret | string | The client Secret - cannot be null or empty |
return | System |