Uses of Class
io.quarkus.test.security.jwt.ClaimType
-
-
Uses of ClaimType in io.quarkus.test.security.jwt
Methods in io.quarkus.test.security.jwt that return ClaimType Modifier and Type Method Description ClaimTypetype()Claim value type.static ClaimTypeClaimType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClaimType[]ClaimType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-