Alt Id Qr Verifier
constructor(trustAnchors: List<X509Certificate> = emptyList(), replayGuard: AltIdReplayGuard = AltIdReplayGuard.InMemory, clockSkewSeconds: Long = 60, maxTimeToLiveSeconds: Long = 190)
Parameters
trust Anchors
the issuer trust list; empty disables trust validation.
replay Guard
nonce replay guard; defaults to a process-wide in-memory set.
clock Skew Seconds
tolerance applied to temporal checks.
max Time To Live Seconds
maximum allowed exp - nbf.