RASPConfiguration
constructor(context: Context, tenant: String? = null, endpoint: String = "pradeo-security.com", periodicity: Duration = Duration.parse("1m"), authority: Certificate? = null, id: String? = null)
Create RASP configuration
Parameters
context
Context
— the application context
tenant
String
— the tenant name
endpoint
String
— the server endpoint
periodicity
Duration
— the periodicity check
authority
Certificate
— the authority certificate
id
String
— the device registration identifier (less than 128 characters)