VerifierInfo: {
    commonName: string;
    trustedVerifierCertificateId: string;
}

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

Type declaration

  • Readonly commonName: string

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

  • Readonly trustedVerifierCertificateId: string

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

Generated using TypeDoc