BaseContext<TOptions> Class

Definition

Base class used by other context classes.

generic <typename TOptions>
 where TOptions : AuthenticationSchemeOptionspublic ref class BaseContext abstract
public abstract class BaseContext<TOptions> where TOptions : AuthenticationSchemeOptions
type BaseContext<'Options (requires 'Options :> AuthenticationSchemeOptions)> = class
Public MustInherit Class BaseContext(Of TOptions)

Type Parameters

TOptions
Inheritance
BaseContext<TOptions>
Derived

Constructors

BaseContext<TOptions>(HttpContext, AuthenticationScheme, TOptions)

Constructor.

Properties

HttpContext

The context.

Options

Gets the authentication options associated with the scheme.

Request

The request.

Response

The response.

Scheme

The authentication scheme.

Applies to