Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TestAuthenticationManager

Test class used only for unit testing, main difference is the ability to authenticate programmatically.

Hierarchy

  • TestAuthenticationManager

Index

Constructors

Properties

Methods

Constructors

Private constructor

Properties

Static Private instance

Methods

currentSession

  • currentSession(): Promise<any>

fetch

  • fetch(input: RequestInfo, options?: __type): Promise<Response>
  • Parameters

    • input: RequestInfo
    • Default value options: __type = {}

    Returns Promise<Response>

login

  • login(options: __type): Promise<any>

Static getInstance

Generated using TypeDoc