ChannelSecurityToken Class
Extends BaseUAObject
Defined in:
Module: opcua.address_space.types
packages\node-opcua-service-secure-channel\_generated_\_auto_generated_ChannelSecurityToken.js:27
Constructor
ChannelSecurityToken
(
-
options
Parameters:
-
options
Object-
[secureChannelId]
UInt32 optional -
[tokenId]
UInt32 optional -
[createdAt= Fri Dec 15 2017 22:13:54 GMT+0100 (Paris, Madrid)]
UtcTime optional -
[revisedLifeTime= 30000]
UInt32 optional
-
Item Index
Properties
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
createdAt
UtcTime
Default: function () { return new Date(); }
revisedLifeTime
UInt32
Default: 30000