Uses of Class
io.quarkus.test.security.oidc.ClaimType
-
-
Uses of ClaimType in io.quarkus.test.security.oidc
Methods in io.quarkus.test.security.oidc 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.
-