AnonymousIdentityToken Class
Extends BaseUAObject
Defined in:
Module: services.session
packages\node-opcua-service-session\index.js:43
A token representing an anonymous user.
Constructor
AnonymousIdentityToken
(
-
options
Parameters:
-
options
Object-
[policyId]
String optionalThe policy id specified in a user token policy for the endpoint being used.
-
Methods
binaryStoreSize
()
Number
Calculate the required size to store this object in a binary stream.
Returns:
Number:
decode
(
-
stream
-
[option]
decode the object from a binary stream
Parameters:
-
stream
BinaryStream -
[option]
Object optional
decode_debug
()
isValid
()
Boolean
verify that all object attributes values are valid according to schema
Returns:
Boolean:
toString
()
String
Returns:
String:
Properties
policyId
String
The policy id specified in a user token policy for the endpoint being used.