AccessToken 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.
The Twitter access token retrieved from the access token endpoint.
public ref class AccessToken : Microsoft::AspNetCore::Authentication::Twitter::RequestToken
public class AccessToken : Microsoft.AspNetCore.Authentication.Twitter.RequestToken
type AccessToken = class
inherit RequestToken
Public Class AccessToken
Inherits RequestToken
- Inheritance
Constructors
AccessToken() |
Properties
CallbackConfirmed |
Gets or sets whether the callback was confirmed. (Inherited from RequestToken) |
Properties |
Gets or sets a property bag for common authentication properties. (Inherited from RequestToken) |
ScreenName |
Gets or sets the Twitter screen name. |
Token |
Gets or sets the Twitter request token. (Inherited from RequestToken) |
TokenSecret |
Gets or sets the Twitter token secret. (Inherited from RequestToken) |
UserId |
Gets or sets the Twitter User ID. |