Package version:

Public key details

interface KeyDetails {
    notAfter?: Date;
    publicKey?: string;
    renewAfter?: Date;
}

Properties

notAfter?: Date

Key expiration date NOTE: This property will not be serialized. It can only be populated by the server.

publicKey?: string

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

renewAfter?: Date

Recommended key renewal date NOTE: This property will not be serialized. It can only be populated by the server.