Function validate_with_pubkey_v1

Source
pub(crate) fn validate_with_pubkey_v1(
    license_key: &str,
    pubkey_pem: &str,
    environment_id: &str,
) -> Result<ValidatedLicenseKey>