MAX_FRESHNESS_SECONDS

const val MAX_FRESHNESS_SECONDS: Long = 600

Maximum permitted freshnessSeconds value. Values above this are rejected with IllegalArgumentException at construction time; the upper bound exists to keep the freshness window from becoming a security footgun.