Constructors
constructor
- new Credentials(username: string, password: string): Credentials
-
Parameters
-
username: string
-
password: string
Properties
password
password: string
Private token
token: string
username
username: string
Methods
setToken
- setToken(token: string): void