Valid
data class Valid(val docType: String?, val claims: Map<String, Map<String, Any?>>, val validFrom: Long, val validTo: Long, val issuerCertSubject: String?, val trustChainVerified: Boolean, val attestationStatus: AltIdAttestationStatus? = null) : AltIdQrVerifier.Result
The credential passed all offline checks.
Constructors
Properties
Link copied to clipboard
The attestation's revocation status when the status-list check ran (step 12); null when the check was disabled, skipped (no status in the MSO), or failed open.
Link copied to clipboard
Link copied to clipboard
true only when trustAnchors were supplied and the x5chain validated against them; false means chain trust was not established (offline mode).