decrypt Passwords

open fun decryptPasswords(token: String, passwords: List<Password>)

Method used to decrypt a list of passwords

Parameters

token

The token of the user

passwords

The passwords list to decrypt

Throws

when an error occurred during the decryption