TwitterCredentials Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A ProviderCredentials implementation containing provider specific credentials for Twitter authentication.
public class TwitterCredentials : Microsoft.WindowsAzure.Mobile.Service.Security.ProviderCredentials
type TwitterCredentials = class
inherit ProviderCredentials
Public Class TwitterCredentials
Inherits ProviderCredentials
- Inheritance
Constructors
TwitterCredentials() |
Initializes a new instance of the TwitterCredentials class. |
Properties
AccessToken |
Gets or sets the access token for the current user. |
AccessTokenSecret |
Gets or sets the access token secret for the current user. |
Provider |
Gets or sets the name of the provider these credentials are for. (Inherited from ProviderCredentials) |
UserId |
Gets or sets the provider id for the user. The value can be created and parsed using the methods provided by IServiceTokenHandler. (Inherited from ProviderCredentials) |
Applies to
Azure SDK for .NET