$k. EncryptedAccount

Methods

(static) from(encryptedString) → {$k.EncryptedAccount}

Set the username and password from a volume encrypted authenication string

Parameters:
NameTypeDescription
encryptedStringstring

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

Type
$k.exception.RuntimeError
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