Class BasicAuthFilter<T>Abstract

IAuthFilter implementation that supports the HTTP Basic authentication scheme.

Type Parameters

Hierarchy

  • BasicAuthFilter

Implements

Constructors

Properties

authenticationSchemeName: string = "Basic"

String to use in WWW-Authenticate header when returing a HTTP 401 response, see: https://www.iana.org/assignments/http-authschemes/http-authschemes.xhtml

name: string

A human readable name for this authentication filter.

Methods

Generated using TypeDoc