VerifierInfo

@Serializable
data class VerifierInfo(val commonName: String, val trustedVerifierCertificateId: String)

Contains details about the trusted root certificate that was used to successfully complete verifier authentication.

Constructors

Link copied to clipboard
constructor(commonName: String, trustedVerifierCertificateId: String)

Properties

Link copied to clipboard
val commonName: String

The Common Name (CN) of the trusted root certificate used for authentication.

Link copied to clipboard

The unique storage identifier of the trusted root certificate used for authentication.