Package io.quarkus.test.security.jwt
Annotation Interface Claim
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
-
type
ClaimType typeClaim value type. If this type is set toClaimType.DEFAULTthen the value will be converted to String unless the claim is a standard claim such as `exp` (expiry), `iat` (issued at), `nbf` (not before), `auth_time` (authentication time) whose value will be converted to Long or `email_verified` whose value will be converted to Boolean.- Default:
- DEFAULT
-