pub const MAX_APPROVAL_TTL_SECS: u64 = 3600;Expand description
Maximum lifetime (in seconds) permitted on a single approval token.
Mirrors the MAX_APPROVAL_TTL_SECS documented in the HITL protocol
section 15: the single-use replay registry’s TTL is pinned to this
value so no token can outlive its replay entry.