RequestToken Class

 

Twitter request token

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

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

public ref class RequestToken 

NameDescription
System_CAPS_pubpropertyCallbackConfirmed

System_CAPS_pubpropertyProperties

Gets or sets a property bag for common authentication properties

System_CAPS_pubpropertyToken

Gets or sets the Twitter token

System_CAPS_pubpropertyTokenSecret

Gets or sets the Twitter token secret

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: