Alt Id Qr Payload
data class AltIdQrPayload(val transactionId: String, val mdocGeneratedNonce: String, val validFrom: Long, val validTo: Long, val docType: String?, val claims: Map<String, Map<String, Any?>>, val documentBytes: ByteArray)
The decoded content of an AltID SignedQR (typ = "AltID-1.0"), assembled from one or more scanned QR frames.
This is the result of decoding only — the assembled frames have been parsed into their structured fields and the embedded mdoc Document has been read out into claims. It does not perform any cryptographic validation (issuer signature, certificate-chain trust, device signature, status list, replay). Callers that need proof of authenticity must verify documentBytes separately.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
the raw CBOR encoding of the mdoc Document, retained so the credential can be cryptographically verified later.
Link copied to clipboard
AltID mnonce — the wallet-generated nonce (Base64URL of 16 bytes).
Link copied to clipboard
AltID txn — the transaction identifier the frames sum to.