pub async fn run_pkce_login( cognito_domain: &str, client_id: &str, http_client: &Client, ) -> Result<PkceResult, String>