pub async fn verify_password_reset_code(
    auth: &Auth,
    code: &str
) -> Result<String, AuthError>