Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AuthDecorator

Index

Constructors

Properties

Methods

Constructors

constructor

  • new AuthDecorator(onStateChange: OnStateChangeType): AuthDecorator

Properties

onStateChange

onStateChange: function

Type declaration

    • (state: string): void
    • Parameters

      • state: string

      Returns void

Methods

signIn

  • signIn(username: string, password: string): Promise<any>

signOut