Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HtdigestAuth

An extension of AuthProvider which is using .htdigest file as store

Hierarchy

  • any
    • HtdigestAuth

Index

Properties

Methods

Properties

Static Readonly HTDIGEST_FILE

HTDIGEST_FILE: string

The property name to be used to set the name of the collection inside the config

Methods

realm

  • realm(): string
  • Return the currently used realm

    Returns string

Static create

  • Creates an instance of HtdigestAuth.

    Parameters

    • vertx: Vertx

    Returns HtdigestAuth

  • Creates an instance of HtdigestAuth by using the given htfile file.

    Parameters

    • vertx: Vertx
    • htfile: string

    Returns HtdigestAuth

Generated using TypeDoc