Package version:

Public key information for client authentication

interface KeyProperties {
    candidatePublicKey?: KeyDetails;
    clientPublicKey?: KeyDetails;
}

Properties

candidatePublicKey?: KeyDetails

Candidate public key details NOTE: This property will not be serialized. It can only be populated by the server.

clientPublicKey?: KeyDetails

Current public key details NOTE: This property will not be serialized. It can only be populated by the server.