Uses of Enum
org.keycloak.protocol.oidc.LogoutTokenValidationCode
Packages that use LogoutTokenValidationCode
-
Uses of LogoutTokenValidationCode in org.keycloak.protocol.oidc
Methods in org.keycloak.protocol.oidc that return LogoutTokenValidationCodeModifier and TypeMethodDescriptionstatic LogoutTokenValidationCodeReturns the enum constant of this type with the specified name.static LogoutTokenValidationCode[]LogoutTokenValidationCode.values()Returns an array containing the constants of this enum type, in the order they are declared.TokenManager.verifyLogoutToken(KeycloakSession session, RealmModel realm, String encodedLogoutToken)