namespace http://opcfoundation.org/UA/
nodeClass DataType
name IssuedIdentityToken
isAbstract false
interface DTIssuedIdentityToken {
    encryptionAlgorithm: UAString;
    policyId: UAString;
    tokenData: Buffer;
}

Hierarchy (view full)

Properties

encryptionAlgorithm: UAString
policyId: UAString
tokenData: Buffer