AccessToken Class

 

Twitter access token

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

Inheritance Hierarchy

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

Syntax

public class AccessToken : RequestToken
public ref class AccessToken : RequestToken
type AccessToken = 
    class
        inherit RequestToken
    end
Public Class AccessToken
    Inherits RequestToken

Constructors

Name Description
System_CAPS_pubmethod AccessToken()

Properties

Name Description
System_CAPS_pubproperty CallbackConfirmed

(Inherited from RequestToken.)

System_CAPS_pubproperty Properties

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

System_CAPS_pubproperty ScreenName

Gets or sets the Twitter screen name

System_CAPS_pubproperty Token

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

System_CAPS_pubproperty TokenSecret

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

System_CAPS_pubproperty UserId

Gets or sets the Twitter User ID

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.Owin.Security.Twitter.Messages Namespace

Return to top