changeIdentityPassword
fun changeIdentityPassword(userId: String, currentPassword: String, newPassword: String): String
Change the password use to encrypt the identity for the userId.
Return
The new SSKS ID of the stored identity.
Parameters
userId | The ID of the userId. |
currentPassword | The user's current password. |
newPassword | The new password. |
Throws
SealdException |