VerifierInfo

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

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.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)