ContextualCredential constructor
ContextualCredential({})
Implementation
ContextualCredential(
{this.customerId = '',
this.appUsageDays = 30,
this.forceInit = false,
required this.apiPassword,
required this.apiUsername,
required this.authApiUrl,
required this.sendDataApiUrl});