Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a collection of AuthenticationControlBlock objects, each of which represents a token login by the user to a specific Essentials Site endpoint.

deprecated

2.8

Hierarchy

  • AuthenticationControlBlockStore

Index

Methods

add

find

  • Finds a token associated with the given url. A match is found if the base url of the token (or the target root url) is a prefix of url.

    Parameters

    • url: string

      The url to look for.

    Returns AuthenticationControlBlock

remove

  • Removes a control block by reference.

    Parameters

    Returns boolean

    whether a control block was removed

removeAt

  • removeAt(index: number): void
  • Removes an authentication control block.

    Parameters

    • index: number

    Returns void