Click or drag to resize
AccountsParameters Properties

Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.

The AccountsParameters type exposes the following members.

Properties
  NameDescription
Public propertyOauthConsumerKey Obsolete.
Gets or sets the value used by the consumer to identify itself to the service provider.
Public propertyOauthNonce Obsolete.
Gets or sets the nonce, as described in OAuth 1.0a documentation.
Public propertyOauthSignature Obsolete.
Gets or sets the signature generated with the shared secret and token secret using the specified oauth_signature_method.
Public propertyOauthSignatureMethod Obsolete.
Gets or sets the signature method used by the consumer to sign the request.
Public propertyOauthTimestamp Obsolete.
Gets or sets the date and time of the request, in epoch time. Must be accurate within five minutes.
Public propertyOauthToken Obsolete.
Gets or sets the consumer’s access token issued by the service provider.
Top
See Also