Constructors
constructor
- new AuthDecorator(onStateChange: OnStateChangeType): AuthDecorator
-
Parameters
-
onStateChange: OnStateChangeType
Properties
onStateChange
onStateChange: function
Methods
signIn
- signIn(username: string, password: string): Promise<any>
-
Parameters
-
username: string
-
password: string