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 | |
---|---|---|
RequestToken() |
Properties
Name | Description | |
---|---|---|
CallbackConfirmed | ||
Properties | Gets or sets a property bag for common authentication properties |
|
Token | Gets or sets the Twitter token |
|
TokenSecret | Gets or sets the Twitter token secret |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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