RequestToken Class

Definition

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.

Applies to