Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

config

config: Config

storage

Accessors

key

  • get key(): string

Methods

emit

  • emit(name: string, ...args: any[]): void

off

  • off(name: string, listener: Function): void

on

  • on(name: string, listener: Function): void

redirectUrl

  • redirectUrl(type: "login" | "logout"): string
  • Returns a redirect url for the given login type.

    Parameters

    • type: "login" | "logout"

      Are we logging in or logging out?

    Returns string

Protected required

  • required(...keys: string[]): void

Generated using TypeDoc