ActivateSessionRequest Class
            Extends BaseUAObject
        
        
            Defined in: 
            Module: services.session
packages\node-opcua-service-session\index.js:16
        Activates a session with the server.
Constructor
ActivateSessionRequest
        
                
                    (
        
        
        
        
        
        
        
        
            
        
            - 
                                
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
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