@beholdio/ts-lambda-api - v2.4.8
    Preparing search index...

    Class BasicAuthFilter<T>Abstract

    IAuthFilter implementation that supports the HTTP Basic authentication scheme.

    Type Parameters

    Implements

    Index

    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