Updated test

This commit is contained in:
Dario Ghunney Ware 2025-07-22 15:25:59 +01:00
parent 4a8b1054a1
commit edc6aab28b

View File

@ -2,8 +2,7 @@ package stirling.software.proprietary.security.model;
public enum AuthenticationType { public enum AuthenticationType {
WEB, WEB,
SSO, @Deprecated(since = "1.0.2") SSO,
// TODO: Worth making a distinction between OAuth2 and SAML2?
OAUTH2, OAUTH2,
SAML2 SAML2
} }