NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-types
CreateSessionResponseOptions
Interface CreateSessionResponseOptions
interface
CreateSessionResponseOptions
{
authenticationToken
?:
NodeIdLike
|
null
;
maxRequestMessageSize
?:
number
;
responseHeader
?:
ResponseHeaderOptions
;
revisedSessionTimeout
?:
number
;
serverCertificate
?:
ByteString
;
serverEndpoints
?:
EndpointDescriptionOptions
[]
|
null
;
serverNonce
?:
ByteString
;
serverSignature
?:
SignatureDataOptions
;
serverSoftwareCertificates
?:
SignedSoftwareCertificateOptions
[]
|
null
;
sessionId
?:
NodeIdLike
|
null
;
}
Index
Properties
authentication
Token?
max
Request
Message
Size?
response
Header?
revised
Session
Timeout?
server
Certificate?
server
Endpoints?
server
Nonce?
server
Signature?
server
Software
Certificates?
session
Id?
Properties
Optional
authentication
Token
authenticationToken
?:
NodeIdLike
|
null
Optional
max
Request
Message
Size
maxRequestMessageSize
?:
number
Optional
response
Header
responseHeader
?:
ResponseHeaderOptions
Optional
revised
Session
Timeout
revisedSessionTimeout
?:
number
Optional
server
Certificate
serverCertificate
?:
ByteString
Optional
server
Endpoints
serverEndpoints
?:
EndpointDescriptionOptions
[]
|
null
Optional
server
Nonce
serverNonce
?:
ByteString
Optional
server
Signature
serverSignature
?:
SignatureDataOptions
Optional
server
Software
Certificates
serverSoftwareCertificates
?:
SignedSoftwareCertificateOptions
[]
|
null
Optional
session
Id
sessionId
?:
NodeIdLike
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
authentication
Token
max
Request
Message
Size
response
Header
revised
Session
Timeout
server
Certificate
server
Endpoints
server
Nonce
server
Signature
server
Software
Certificates
session
Id
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...