Class: EncryptedAccount

$k. EncryptedAccount

new $k.EncryptedAccount()

Methods

static$k.EncryptedAccount.from(encryptedAccount)

Set the username and password from a volume encrypted authenication string

Name Type Description
encryptedAccount string

Encrypted account (Base64 encoded string generated in the Admin-Tool)

Version:
  • Experimental feature, might be removed at any time
Since:
  • 5.2.2

password()

Returns the password as a plain string. Handle with care!

Version:
  • Experimental feature, might be removed at any time
Since:
  • 5.2.2

userName()

Returns the username

Version:
  • Experimental feature, might be removed at any time
Since:
  • 5.2.2