Skip to content

Commit f25ce9c

Browse files
committed
add session to TokenType
1 parent fc3edc8 commit f25ce9c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • NetLicensingClient/src/main/java/com/labs64/netlicensing/domain/vo

NetLicensingClient/src/main/java/com/labs64/netlicensing/domain/vo/TokenType.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ public enum TokenType {
2525

2626
PASSWORDRESET,
2727

28-
SHOP;
28+
SHOP,
29+
30+
SESSION;
2931

3032
public static TokenType parseString(final String token) {
3133
if (token != null) {

0 commit comments

Comments
 (0)