Partekatu honen bidez:


RequestToken Class

 

Twitter request 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 RequestToken
public ref class RequestToken 
type RequestToken = class end
Public Class RequestToken

Constructors

Name Description
System_CAPS_pubmethod RequestToken()

Properties

Name Description
System_CAPS_pubproperty CallbackConfirmed

System_CAPS_pubproperty Properties

Gets or sets a property bag for common authentication properties

System_CAPS_pubproperty Token

Gets or sets the Twitter token

System_CAPS_pubproperty TokenSecret

Gets or sets the Twitter token secret

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