Stale

data class Stale(val ageSeconds: Long) : CallbackSignatureVerifier.Result

The signed timestamp is outside the configured freshness window.

Constructors

Link copied to clipboard
constructor(ageSeconds: Long)

Properties

Link copied to clipboard

Signed value of currentTime - signedTimestamp. Positive values indicate a stale past timestamp (typical replay). Negative values indicate a future-dated timestamp (clock skew or forgery attempt). The verifier rejects both equally; the sign exists for logging only.