global class TrailblazerIdentity { global TrailblazerIdentity() { } global Object clone() { } global static String generateUserEmailVerificationToken(String orgId, String userId, String email) { } global static List getUserOrgInfo(List emailList) { } global static void splunkLog(String source, String message) { } }