D365ServiceBase constructor

D365ServiceBase({
  1. required String tenantId,
  2. required String clientId,
  3. required String clientSecret,
  4. required String resource,
})

Implementation

D365ServiceBase({
  required this.tenantId,
  required this.clientId,
  required this.clientSecret,
  required this.resource,
});