pub async fn authenticate_user(
id_token: &str,
config: &GoogleAuthConfig,
) -> Result<GoogleUser, AuthError>Expand description
Main authentication function
pub async fn authenticate_user(
id_token: &str,
config: &GoogleAuthConfig,
) -> Result<GoogleUser, AuthError>Main authentication function