Options
All
  • Public
  • Public/Protected
  • All
Menu
     

Interface AuthPoints

A defined collection of CFG.PNTS.Auth.Base, representing all Auth-Requests. This is declared by using module.exports to export a function that returns the definition.

Examples:

These are placed in config/authpoints.cfg.js.

// ./config/authpoints.cfg.js
module.exports = () => ({
    __DEFAULTS: { ... },
    Auth:       { ... },
    Security:   { ... },
});

The body of this function can be used to declare any variables and useful functions that make your coding easier.

Hierarchy

Indexable

[BaseEndpoint: string]: Base

A defined collection of CFG.PNTS.Auth.Base, representing all Auth-Requests. This is declared by using module.exports to export a function that returns the definition.

Examples:

These are placed in config/authpoints.cfg.js.

// ./config/authpoints.cfg.js
module.exports = () => ({
    __DEFAULTS: { ... },
    Auth:       { ... },
    Security:   { ... },
});

The body of this function can be used to declare any variables and useful functions that make your coding easier.

Index

Properties

Properties

__DEFAULTS

__DEFAULTS: Defaults

The configuration object of default GNParams.