Methods
completeScanSession()
    This method closes the current scan session.
- Source:
Throws:
- 
- 
        If there is any problem connecting to or recieved as an error from the platform
- Type
- HttpErrorException
 
- 
        
- 
- 
        There must be an active scan session
 
- 
        
openScanSession(params)
    This method opens a new scan session.
    Parameters:
| Name | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| params | Object | Object parameters Properties
 | 
- Source:
Throws:
- 
- 
        If there is any problem connecting to or recieved as an error from the platform
- Type
- HttpErrorException
 
- 
        
- 
- 
        Configuration properties must be defined. See LevelAccessPlatformConfiguration.
 
- 
        
- 
- 
        Parameters must be valid.
 
- 
        
- 
- 
        There must not be an active scan session
 
- 
        
submit(assertions)
    This method submits results to the current scan session.
    Parameters:
| Name | Type | Description | 
|---|---|---|
| assertions | Array.<Assertion> | Results to be pushed to the current scan. | 
- Source:
Throws:
- 
- 
        If there is any problem connecting to or recieved as an error from the platform
- Type
- HttpErrorException
 
- 
        
- 
- 
        There must be an active scan session
 
-