IdentityServiceOidcConfig constructor

IdentityServiceOidcConfig({
  1. String? certificateAuthorityData,
  2. String? clientId,
  3. String? clientSecret,
  4. bool? deployCloudConsoleProxy,
  5. bool? enableAccessToken,
  6. String? encryptedClientSecret,
  7. String? extraParams,
  8. String? groupPrefix,
  9. String? groupsClaim,
  10. String? issuerUri,
  11. String? kubectlRedirectUri,
  12. String? scopes,
  13. String? userClaim,
  14. String? userPrefix,
})

Implementation

IdentityServiceOidcConfig({
  this.certificateAuthorityData,
  this.clientId,
  this.clientSecret,
  this.deployCloudConsoleProxy,
  this.enableAccessToken,
  this.encryptedClientSecret,
  this.extraParams,
  this.groupPrefix,
  this.groupsClaim,
  this.issuerUri,
  this.kubectlRedirectUri,
  this.scopes,
  this.userClaim,
  this.userPrefix,
});