AzureProperties constructor

AzureProperties({
  1. String? application,
  2. String? clientId,
  3. String? customerTenantId,
  4. String? federatedApplicationClientId,
  5. String? identity,
  6. String? objectId,
  7. String? redirectUri,
})

Implementation

AzureProperties({
  this.application,
  this.clientId,
  this.customerTenantId,
  this.federatedApplicationClientId,
  this.identity,
  this.objectId,
  this.redirectUri,
});