[]
The base class for all providers containing the OAuth1 information to set up a connection.
public abstract class C1OAuth1ConnectionStringBuilder : C1ConnectionStringBuilder, IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor
| Name | Description |
|---|---|
| C1OAuth1ConnectionStringBuilder() | The default constructor of C1OAuth1ConnectionStringBuilder. |
| Name | Description |
|---|---|
| AccessToken | The OAuth 1.0 access token to be used for the authentication. |
| ConsumerKey | A value used by the Consumer to identify itself in OAuth 1.0. |
| ConsumerSecret | A secret used by the Consumer to establish ownership of the Consumer Key. |
| this[string] | Gets or sets the value associated with the specified key. |
| Password | The password of the user to be used for the authentication. |
| TokenSecret | A secret used by the Consumer to establish ownership of the given Token. |
| TokenType | Determines if the token was requested by a Customer or by the Admin or if the token they are going to use is a Integration token. |
| Url | The base URL of Magneto server. |
| Username | The username to be used for the authentication. |
| Verifier | The verification code given by provider. |
| Name | Description |
|---|---|
| Equals(object) | Method that check if two instance C1OAuth1ConnectionStringBuilder can be considered equals considering pooling and caching connection purposes. |
| GetHashCode() | Retrieve the mapped hash code of this C1OAuth1ConnectionStringBuilder. |