export type LicenseVerifyFailure = | 'malformed' | 'bad_signature' | 'bad_payload' | 'not_yet_valid' | 'expired' | 'wrong_device';