IdentityServiceAzureADConfig constructor

IdentityServiceAzureADConfig({
  1. String? clientId,
  2. String? clientSecret,
  3. String? encryptedClientSecret,
  4. String? groupFormat,
  5. String? kubectlRedirectUri,
  6. String? tenant,
  7. String? userClaim,
})

Implementation

IdentityServiceAzureADConfig({
  this.clientId,
  this.clientSecret,
  this.encryptedClientSecret,
  this.groupFormat,
  this.kubectlRedirectUri,
  this.tenant,
  this.userClaim,
});