InstanceConfigUpdateRequestSso constructor

const InstanceConfigUpdateRequestSso({
  1. bool? enabled,
  2. String? displayName,
  3. String? issuer,
  4. String? authorizationUrl,
  5. String? tokenUrl,
  6. String? userinfoUrl,
  7. String? jwksUrl,
  8. String? clientId,
  9. String? clientSecret,
  10. String? scope,
  11. List<String>? allowedDomains,
  12. bool? autoProvision,
  13. String? redirectUri,
})

Implementation

const InstanceConfigUpdateRequestSso({
  this.enabled,
  this.displayName,
  this.issuer,
  this.authorizationUrl,
  this.tokenUrl,
  this.userinfoUrl,
  this.jwksUrl,
  this.clientId,
  this.clientSecret,
  this.scope,
  this.allowedDomains,
  this.autoProvision,
  this.redirectUri,
});