Function verify_id_token_with_project_id

Source
pub async fn verify_id_token_with_project_id(
    token: &str,
    project_id: &str,
) -> Result<DecodedIdToken, Box<dyn Error>>