Methods
(static) from(encryptedString) → {$k.EncryptedAccount}
Set the username and password from a volume encrypted authenication string
Parameters:
Name | Type | Description |
---|---|---|
encryptedString | string | Encrypted account (Base64 encoded string generated in the Admin-Tool) |
- Version
- Experimental feature, might be removed at any time
- Since
- 5.2.2
Throws:
If no encryption is configured
Returns:
- Type:
- $k.
EncryptedAccount
password() → {string}
Returns the password as a plain string. Handle with care!
- Version
- Experimental feature, might be removed at any time
- Since
- 5.2.2
Returns:
- Type:
- string
userName() → {string}
Returns the username
- Version
- Experimental feature, might be removed at any time
- Since
- 5.2.2
Returns:
- Type:
- string