Skip to main content

Module claims

Module claims 

Source

Structs§

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.

Enums§

Audiences
Representation of the JWT audience claim, which can be either a single string or a set of strings.

Constants§

DEFAULT_TIME_TOLERANCE_SECS
Default time tolerance value in seconds (15 minutes) for token verification.