PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class OAuth |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class OAuth |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
OAuth |
Constructor.
|
Public Methods
Name | Description | |
---|---|---|
AddParameter |
Adds a parameter.
|
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetRequestObject |
Gets a HtppWebRequest object with an OAuth 'Authorization' header.
|
|
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
ConsumerKey |
Consumer key
|
|
ConsumerSecret |
Consumer secret
|
|
OAuthToken |
OAuth token.
|
|
OAuthTokenSecret |
OAuth token secret.
|
|
Parameters |
Gets the parameters.
|
See Also
Smartsite.Core Namespace