RequestToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Twitter request token obtained from the request token endpoint.
public ref class RequestToken
public class RequestToken
type RequestToken = class
Public Class RequestToken
- Inheritance
-
RequestToken
- Derived
Constructors
RequestToken() |
Properties
CallbackConfirmed |
Gets or sets whether the callback was confirmed. |
Properties |
Gets or sets a property bag for common authentication properties. |
Token |
Gets or sets the Twitter request token. |
TokenSecret |
Gets or sets the Twitter token secret. |