Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CertificatePropertiesWithNonce

Package version

The description of an X509 CA Certificate including the challenge nonce issued for the Proof-Of-Possession flow.

Hierarchy

  • CertificatePropertiesWithNonce

Index

Properties

Optional certificate

certificate: undefined | string

The certificate content NOTE: This property will not be serialized. It can only be populated by the server.

Optional created

created: Date

The certificate's create date and time. NOTE: This property will not be serialized. It can only be populated by the server.

Optional expiry

expiry: Date

The certificate's expiration date and time. NOTE: This property will not be serialized. It can only be populated by the server.

Optional isVerified

isVerified: undefined | false | true

Determines whether certificate has been verified. NOTE: This property will not be serialized. It can only be populated by the server.

Optional subject

subject: undefined | string

The certificate's subject name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional thumbprint

thumbprint: undefined | string

The certificate's thumbprint. NOTE: This property will not be serialized. It can only be populated by the server.

Optional updated

updated: Date

The certificate's last update date and time. NOTE: This property will not be serialized. It can only be populated by the server.

Optional verificationCode

verificationCode: undefined | string

The certificate's verification code that will be used for proof of possession. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc