Package version:

The credentials to be used for the certificate issuer.

interface IssuerCredentials {
    accountId?: string;
    password?: string;
}

Properties

accountId?: string

The user name/account name/account id.

password?: string

The password/secret/account key.