RequestToken Class

The Twitter request token obtained from the request token endpoint.

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

Syntax

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

Properties

Microsoft.AspNetCore.Authentication.Twitter.RequestToken.CallbackConfirmed
Return type:System.Boolean
public bool CallbackConfirmed { get; set; }
Microsoft.AspNetCore.Authentication.Twitter.RequestToken.Properties

Gets or sets a property bag for common authentication properties.

Return type:Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties
public AuthenticationProperties Properties { get; set; }
Microsoft.AspNetCore.Authentication.Twitter.RequestToken.Token

Gets or sets the Twitter request token.

Return type:System.String
public string Token { get; set; }
Microsoft.AspNetCore.Authentication.Twitter.RequestToken.TokenSecret

Gets or sets the Twitter token secret.

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