Package version:

Interface TokenCredentialsProperties

The properties of the credentials that can be used for authenticating the token.

interface TokenCredentialsProperties {
    certificates?: TokenCertificate[];
    passwords?: TokenPassword[];
}

Properties

certificates?: TokenCertificate[]
passwords?: TokenPassword[]