RequestToken Class

Twitter request token

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Twitter.Messages.RequestToken
    Microsoft.Owin.Security.Twitter.Messages.AccessToken

Namespace:  Microsoft.Owin.Security.Twitter.Messages
Assembly:  Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)

Syntax

'Declaration
Public Class RequestToken
'Usage
Dim instance As RequestToken
public class RequestToken
public ref class RequestToken
type RequestToken =  class end
public class RequestToken

The RequestToken type exposes the following members.

Constructors

  Name Description
Public method RequestToken

Top

Properties

  Name Description
Public property CallbackConfirmed
Public property Properties Gets or sets a property bag for common authentication properties
Public property Token Gets or sets the Twitter token
Public property TokenSecret Gets or sets the Twitter token secret

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Owin.Security.Twitter.Messages Namespace