Question: When dealing with JSON web Tokens (JWTs), what is a claim?

  1. `data in the token`
  2. `Ownership`
  3. `a permission`
  4. `and integer`

Answer: The correct answer of the above question is Option A:`data in the token`