BaseTwitterContext Class

Base class for other Twitter contexts.

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

Syntax

public class BaseTwitterContext : BaseContext
class Microsoft.AspNetCore.Authentication.Twitter.BaseTwitterContext

Constructors

BaseTwitterContext(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Builder.TwitterOptions)

Initializes a Microsoft.AspNetCore.Authentication.Twitter.BaseTwitterContext

Arguments:
public BaseTwitterContext(HttpContext context, TwitterOptions options)

Properties

Microsoft.AspNetCore.Authentication.Twitter.BaseTwitterContext.Options
Return type:Microsoft.AspNetCore.Builder.TwitterOptions
public TwitterOptions Options { get; }