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: - context (Microsoft.AspNetCore.Http.HttpContext) – The HTTP environment
- options (Microsoft.AspNetCore.Builder.TwitterOptions) – The options for Twitter
public BaseTwitterContext(HttpContext context, TwitterOptions options)
-
Properties¶
-
Microsoft.AspNetCore.Authentication.Twitter.BaseTwitterContext.
Options
¶ Return type: Microsoft.AspNetCore.Builder.TwitterOptions public TwitterOptions Options { get; }
-