IdentityServiceAzureADConfig constructor

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

Implementation

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