AsJwtViaProxy Method
Overloads
| AsJwtViaProxy(String, Boolean) | 
             Defining the location as a connection to Qlik Sense using JWT Authentication.  | 
        
      
    
AsJwtViaProxy(String, Boolean)
Defining the location as a connection to Qlik Sense using JWT Authentication.
Declaration
      public void AsJwtViaProxy(string key, bool certificateValidation = true)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | key | 
           The JWT key to use for authentication.  | 
      
| System.Boolean | certificateValidation | 
           Indicates if invalid certificates should be ignored  |