Annotation Type Claim

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String key
      Claim name
      String value
      Claim value
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      ClaimType type
      Claim value type.
    • Element Detail

      • type

        ClaimType type
        Claim value type. If this type is set to ClaimType.DEFAULT then 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:
        io.quarkus.test.security.oidc.ClaimType.DEFAULT