Skip to main contentModule claims
Source - Claims
- Factory for creating JWT claim sets with standard and custom claims.
- JWTClaims
- A set of JWT claims that can include both standard JWT claims and custom application-specific data.
- NoCustomClaims
- Empty struct representing that no application-defined claims are necessary.
- Audiences
- Representation of the JWT audience claim, which can be either a single string or a set of strings.
- DEFAULT_TIME_TOLERANCE_SECS
- Default time tolerance value in seconds (15 minutes) for token verification.