pub fn update_password(
client: &Client,
new_password: String,
) -> Result<UpdatePasswordResponse, MobileCryptoError>
pub fn update_password(
client: &Client,
new_password: String,
) -> Result<UpdatePasswordResponse, MobileCryptoError>