AccessToken Class

 

Twitter access 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 AccessToken : RequestToken

NameDescription
System_CAPS_pubpropertyCallbackConfirmed

(Inherited from RequestToken.)

System_CAPS_pubpropertyProperties

Gets or sets a property bag for common authentication properties(Inherited from RequestToken.)

System_CAPS_pubpropertyScreenName

Gets or sets the Twitter screen name

System_CAPS_pubpropertyToken

Gets or sets the Twitter token(Inherited from RequestToken.)

System_CAPS_pubpropertyTokenSecret

Gets or sets the Twitter token secret(Inherited from RequestToken.)

System_CAPS_pubpropertyUserId

Gets or sets the Twitter User ID

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: