RegisteredClaims
struct RegisteredClaims
Registered claims according to the JWT specification.
the iss (Issuer) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.1
the iss (Issuer) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.1
the iss (Issuer) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.1
the sub (Subject) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.2
the sub (Subject) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.2
the sub (Subject) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.2
the aud (Audience) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.3
the aud (Audience) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.3
the aud (Audience) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.3
the exp (Expiration Time) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.4
the exp (Expiration Time) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.4
the exp (Expiration Time) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.4
the nbf (Not Before) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.5
the nbf (Not Before) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.5
the nbf (Not Before) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.5
the iat (Issued At) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.6
the iat (Issued At) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.6
the iat (Issued At) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.6
the jti (JWT ID) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.7
the jti (JWT ID) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.7
the jti (JWT ID) claim. See https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.7