⚠️ You are reading documentation for an OLD version (v2.0.0). The current released version is v2.173.1.
View latest documentation →
Search
Preparing search index...
The search index is not available
node-opcua-client
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
ChannelSecurityToken
Class ChannelSecurityToken
Hierarchy
ExtensionObject
ChannelSecurityToken
Index
Constructors
constructor
Properties
channel
Id
created
At
revised
Lifetime
token
Id
encoding
Default
Binary
encoding
Default
Xml
possible
Fields
Accessors
schema
schema
Methods
decode
encode
Constructors
constructor
new
Channel
Security
Token
(
options
?:
ChannelSecurityTokenOptions
)
:
ChannelSecurityToken
Parameters
Optional
options:
ChannelSecurityTokenOptions
Returns
ChannelSecurityToken
Properties
channel
Id
channel
Id
:
UInt32
created
At
created
At
:
DateTime
revised
Lifetime
revised
Lifetime
:
UInt32
token
Id
token
Id
:
UInt32
Static
encoding
Default
Binary
encoding
Default
Binary
:
ExpandedNodeId
= makeExpandedNodeId(443, 0)
Static
encoding
Default
Xml
encoding
Default
Xml
:
ExpandedNodeId
= makeExpandedNodeId(442, 0)
Static
possible
Fields
possible
Fields
:
string
[]
= ["channelId","tokenId","createdAt","revisedLifetime"]
Accessors
schema
get
schema
(
)
:
StructuredTypeSchema
Returns
StructuredTypeSchema
Static
schema
get
schema
(
)
:
StructuredTypeSchema
Returns
StructuredTypeSchema
Methods
decode
decode
(
stream
:
BinaryStream
)
:
void
Parameters
stream:
BinaryStream
Returns
void
encode
encode
(
stream
:
OutputBinaryStream
)
:
void
Parameters
stream:
OutputBinaryStream
Returns
void
Globals
Channel
Security
Token
constructor
channel
Id
created
At
revised
Lifetime
token
Id
encoding
Default
Binary
encoding
Default
Xml
possible
Fields
schema
schema
decode
encode
Generated using
TypeDoc