Combined interface for full JWT operations Follows Interface Segregation Principle (ISP) by composing smaller interfaces
generateJTI(): string
Generates a unique JWT ID for replay attack prevention
computeCartHash(cartContents: unknown): Promise<string>
Computes a secure hash of cart contents for integrity verification