AltIdQrVerifier

constructor(trustAnchors: List<X509Certificate> = emptyList(), replayGuard: AltIdReplayGuard = AltIdReplayGuard.InMemory, clockSkewSeconds: Long = 60, maxTimeToLiveSeconds: Long = 190)

Parameters

trustAnchors

the issuer trust list; empty disables trust validation.

replayGuard

nonce replay guard; defaults to a process-wide in-memory set.

clockSkewSeconds

tolerance applied to temporal checks.

maxTimeToLiveSeconds

maximum allowed exp - nbf.