Options
All
  • Public
  • Public/Protected
  • All
Menu

These are the triggers that define when and when not to trigger an authentication lookup.

Hierarchy

  • AuthenticationTriggers

Index

Constructors

Properties

Constructors

constructor

  • Creates an AuthenticationTrigger object for you.

    Parameters

    • triggers: AuthenticationTriggers = ...

      The trigger defined here will override the default AuthenticationTrigger.

    Returns AuthenticationTriggers

Properties

Optional expiryOverlap

expiryOverlap: number

Defines how long in seconds before expiry we should request a new auth token. Default: 60 - Refresh the token after 1 minute.

Generated using TypeDoc