pub async fn authenticator_verify( client: &mut Client, user_id: u64, code: &str, action_type: ActionType, server_challenge_id: &str, ) -> Result<String, Error>