Uses of Class
io.mangoo.enums.ClaimKey
-
Packages that use ClaimKey Package Description io.mangoo.enums -
-
Uses of ClaimKey in io.mangoo.enums
Methods in io.mangoo.enums that return ClaimKey Modifier and Type Method Description static ClaimKeyClaimKey. valueOf(String name)Returns the enum constant of this type with the specified name.static ClaimKey[]ClaimKey. values()Returns an array containing the constants of this enum type, in the order they are declared.
-