interface UserNameIdentityTokenOptions {
    encryptionAlgorithm?: UAString;
    password?: Buffer;
    policyId?: UAString;
    userName?: UAString;
}

Hierarchy (view full)

Properties

encryptionAlgorithm?: UAString
password?: Buffer
policyId?: UAString
userName?: UAString