DataverseProfile constructor
DataverseProfile({
- String? environmentUrl,
- OauthClientCredentials? oauthClientCredentials,
- String? tenantId,
Implementation
DataverseProfile({
this.environmentUrl,
this.oauthClientCredentials,
this.tenantId,
});