DataverseProfile constructor

DataverseProfile({
  1. String? environmentUrl,
  2. OauthClientCredentials? oauthClientCredentials,
  3. String? tenantId,
})

Implementation

DataverseProfile({
  this.environmentUrl,
  this.oauthClientCredentials,
  this.tenantId,
});