AuthenticationMiddleware<TOptions> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename TOptions>
where TOptions : AuthenticationOptionsgcnew()public ref class AuthenticationMiddleware abstract
public abstract class AuthenticationMiddleware<TOptions> where TOptions : AuthenticationOptions, new()
type AuthenticationMiddleware<'Options (requires 'Options :> AuthenticationOptions and 'Options : (new : unit -> 'Options))> = class
Public MustInherit Class AuthenticationMiddleware(Of TOptions)
Type Parameters
- TOptions
- Inheritance
-
AuthenticationMiddleware<TOptions>
- Derived
Constructors
AuthenticationMiddleware<TOptions>(RequestDelegate, IOptions<TOptions>, ILoggerFactory, UrlEncoder) |
Properties
AuthenticationScheme | |
Logger | |
Options | |
UrlEncoder |
Methods
CreateHandler() | |
Invoke(HttpContext) |