AccessToken Class

The Twitter access token retrieved from the access token endpoint.

Namespace
Microsoft.AspNetCore.Authentication.Twitter
Assemblies
  • Microsoft.AspNetCore.Authentication.Twitter

Syntax

public class AccessToken : RequestToken
class Microsoft.AspNetCore.Authentication.Twitter.AccessToken

Properties

Microsoft.AspNetCore.Authentication.Twitter.AccessToken.ScreenName

Gets or sets the Twitter screen name.

Return type:System.String
public string ScreenName { get; set; }
Microsoft.AspNetCore.Authentication.Twitter.AccessToken.UserId

Gets or sets the Twitter User ID.

Return type:System.String
public string UserId { get; set; }