Constructor
# new Credentials(userId, password)
Creates an instance of the Credentials.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
userId |
String | null | User Id |
password |
String | null | Password |
Methods
# getPassword() → {String}
get password
Returns:
- Type
- String
# getUserID() → {String}
get Userid
Returns:
- Type
- String
# setPassword(value)
set password
Parameters:
Name | Type | Description |
---|---|---|
value |
String | Password |
# setUserID(value)
set userid
Parameters:
Name | Type | Description |
---|---|---|
value |
String | User Id |