⚠️ 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
UserNameIdentityToken
Class UserNameIdentityToken
Hierarchy
UserIdentityToken
UserNameIdentityToken
Index
Constructors
constructor
Properties
encryption
Algorithm
password
policy
Id
user
Name
encoding
Default
Binary
encoding
Default
Xml
possible
Fields
Accessors
schema
schema
Methods
decode
encode
Constructors
constructor
new
User
Name
Identity
Token
(
options
?:
UserNameIdentityTokenOptions
)
:
UserNameIdentityToken
Parameters
Optional
options:
UserNameIdentityTokenOptions
Returns
UserNameIdentityToken
Properties
encryption
Algorithm
encryption
Algorithm
:
UAString
password
password
:
ByteString
policy
Id
policy
Id
:
UAString
user
Name
user
Name
:
UAString
Static
encoding
Default
Binary
encoding
Default
Binary
:
ExpandedNodeId
= makeExpandedNodeId(324, 0)
Static
encoding
Default
Xml
encoding
Default
Xml
:
ExpandedNodeId
= makeExpandedNodeId(323, 0)
Static
possible
Fields
possible
Fields
:
string
[]
= ["userName","password","encryptionAlgorithm"]
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
User
Name
Identity
Token
constructor
encryption
Algorithm
password
policy
Id
user
Name
encoding
Default
Binary
encoding
Default
Xml
possible
Fields
schema
schema
decode
encode
Generated using
TypeDoc