ClientSecretCredentials constructor

ClientSecretCredentials({
  1. String? clientId,
  2. String? clientSecret,
  3. String? tenantId,
})

Implementation

ClientSecretCredentials({
  this.clientId,
  this.clientSecret,
  this.tenantId,
});