Versions in this module Expand all Collapse all v0 v0.4.0 Jun 23, 2026 v0.3.0 Jun 23, 2026 Changes in this version + const Version + type Document struct + ExpiresAt time.Time + IssuedAt time.Time + ProtocolVersion string + ServerURL string + Signature SignatureEnvelope + func (d Document) SigningPayload() Document + func (d Document) Validate(now time.Time) error + func (d Document) ValidateForProtocol(now time.Time, protocolVersion string) error + type SignatureEnvelope struct + Algorithm string + KeyID string + Value string + Verified bool