Skip to content

Commit 7ea65d1

Browse files
authored
Merge pull request #73 from onewelcome/SAAS-998
SAAS-998 Add stateless token type
2 parents 03f0545 + 5e2cf9d commit 7ea65d1

File tree

1 file changed

+2
-1
lines changed
  • src/main/java/com/onegini/examples/resourcegateway/model

1 file changed

+2
-1
lines changed

src/main/java/com/onegini/examples/resourcegateway/model/TokenType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ public enum TokenType {
44
DEFAULT,
55
FINGER_PRINT,
66
CUSTOM_AUTHENTICATOR,
7-
IMPLICIT_AUTHENTICATION
7+
IMPLICIT_AUTHENTICATION,
8+
STATELESS_AUTHENTICATION
89
}

0 commit comments

Comments
 (0)