CreateSessionResponse Class
            Extends BaseUAObject
        
        
            Defined in: 
            Module: services.session
packages\node-opcua-service-session\index.js:11
        Creates a new session with the server.
Constructor
CreateSessionResponse
        
                
                    (
        
        
        
        
        
        
        
        
            
        
            - 
                                
options 
Parameters:
- 
                                
optionsObject 
Item Index
Methods
binaryStoreSize
                    
                            ()
                    
                            
                                Number
                            
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        Calculate the required size to store this object in a binary stream.
Returns:
                                            Number:
                                
                            decode_debug
                    
                            ()
                    
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        isValid
                    
                            ()
                    
                            
                                Boolean
                            
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        verify that all object attributes values are valid according to schema
Returns:
                                            Boolean:
                                
                            toString
                    
                            ()
                    
                            
                                String
                            
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        Returns:
                                            String:
                                
                            Properties
authenticationToken
                        SessionAuthenticationToken
                    
                    
                    
                    
                    
                        
                    
                        The token used to authenticate the client in subsequent requests.
maxRequestMessageSize
                        UInt32
                    
                    
                    
                    
                    
                        
                    
                        The maximum message size accepted by the server.
revisedSessionTimeout
                        Duration
                    
                    
                    
                    
                    
                        
                    
                        The session timeout in milliseconds.
serverCertificate
                        ByteString
                    
                    
                    
                    
                    
                        
                    
                        The application certificate for the server.
serverNonce
                        ByteString
                    
                    
                    
                    
                    
                        
                    
                        A random number generated by the server.
serverSoftwareCertificates
                        SignedSoftwareCertificate[]
                    
                    
                    
                    
                    
                        
                    
                        The software certificates owned by the server.
            The NodeOPCUA API