ActivateSessionRequest Class
packages\node-opcua-service-session\index.js:16
Activates a session with the server.
Constructor
ActivateSessionRequest
-
options
Parameters:
-
optionsObject-
[requestHeader]RequestHeader optionalA standard header included in all requests sent to a server.
-
[clientSignature]SignatureData optionalA signature created with the client certificate from the last server nonce returned by the server.
-
[clientSoftwareCertificates]SignedSoftwareCertificate[] optionalThe software certificates owned by the client.
-
[localeIds]LocaleId optionalThe locales to use with the session.
-
[userIdentityToken]ExtensionObject optionalThe user identity to use with the session.
-
[userTokenSignature]SignatureData optionalA digital signature created with the user identity token.
-
Item Index
Methods
binaryStoreSize
()
Number
Calculate the required size to store this object in a binary stream.
Returns:
decode
-
stream -
[option]
decode the object from a binary stream
Parameters:
-
streamBinaryStream -
[option]Object optional
decode_debug
()
isValid
()
Boolean
verify that all object attributes values are valid according to schema
Returns:
toString
()
String
Returns:
Properties
clientSignature
SignatureData
A signature created with the client certificate from the last server nonce returned by the server.
clientSoftwareCertificates
SignedSoftwareCertificate[]
The software certificates owned by the client.
expired
Boolean - True if the security token has expired.
localeIds
LocaleId
The locales to use with the session.
userIdentityToken
ExtensionObject
The user identity to use with the session.
The NodeOPCUA API