D365AuthService constructor

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

Implementation

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