claimLocation

Type: Integer

The claimLocation property of the JadeRequiredSingleValueClaimAnnotation class contains the section of the token in which the validateToken method looks for the specified claim. The property value can be one of the JadeRequiredClaimAnnotation class constants listed in the following table.

Class Constant Claim...
Location_Body Must be present in the body of the JSON Web Token
Location_Either Can be present in the header or the body of the JSON Web Token
Location_Header Must be present in the header of the JSON Web Token

2020.0.01 and higher