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