ValidatedJWTPayload

source
type ValidatedJWTPayload = JWTPayload &
  Required<Pick<JWTPayload, "aud" | "exp">> &
  Object;