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

Link copied to clipboard
constructor(docType: String?, claims: Map<String, Map<String, Any?>>, validFrom: Long, validTo: Long, issuerCertSubject: String?, trustChainVerified: Boolean, attestationStatus: AltIdAttestationStatus? = null)

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
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).

Link copied to clipboard
Link copied to clipboard