Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BasicAuthHandler

An auth handler that provides HTTP Basic Authentication support.

Hierarchy

  • BasicAuthHandler

Implements

Index

Properties

Methods

Properties

Static Readonly DEFAULT_REALM

DEFAULT_REALM: string

The default realm to use

Methods

handle

Static create

  • Create a basic auth handler

    Parameters

    • authProvider: AuthenticationProvider

    Returns BasicAuthHandler

  • Create a basic auth handler, specifying realm

    Parameters

    • authProvider: AuthenticationProvider
    • realm: string

    Returns BasicAuthHandler

Generated using TypeDoc