Skip to content

Commit 982fec1

Browse files
update euid
1 parent dfe01ae commit 982fec1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/uid2/operator/service/ConfigValidatorUtil.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
public class ConfigValidatorUtil {
1111
private static final Logger logger = LoggerFactory.getLogger(ConfigValidatorUtil.class);
12+
public static final String VALUES_ARE_NULL = "One or more of the following required config values are null: ";
13+
1214
public static Boolean validateIdentityRefreshTokens(Integer identityExpiresAfter, Integer refreshExpiresAfter, Integer refreshIdentityAfter) {
1315
boolean isValid = true;
1416

0 commit comments

Comments
 (0)