pub async fn reset_password(
client_id: i32,
) -> Result<ResetPasswordResult, Error>Expand description
Removes 2-step verification password without previous password and access to recovery email address. The password can’t be reset immediately and the request needs to be repeated after the specified time
§Arguments
client_id- The client id to send the request to