pub async fn fetch_user_info(
config: &OAuthProviderConfig,
access_token: &str,
) -> Result<OAuthUserInfo, AuthError>pub async fn fetch_user_info(
config: &OAuthProviderConfig,
access_token: &str,
) -> Result<OAuthUserInfo, AuthError>