Updated test

This commit is contained in:
Dario Ghunney Ware 2025-07-22 15:25:59 +01:00
parent ce7bac26d2
commit 5ca688fc2e

View File

@ -2,7 +2,7 @@ package stirling.software.proprietary.security.model;
public enum AuthenticationType { public enum AuthenticationType {
WEB, WEB,
SSO, @Deprecated(since = "1.0.2") SSO,
OAUTH2, OAUTH2,
SAML2 SAML2
} }