interface IssuedIdentityTokenOptions {
    encryptionAlgorithm?: UAString;
    policyId?: UAString;
    tokenData?: Buffer;
}

Hierarchy (view full)

Properties

encryptionAlgorithm?: UAString
policyId?: UAString
tokenData?: Buffer