UpdateInstanceRequest constructor

UpdateInstanceRequest({
  1. bool? testMode,
  2. bool? hibp,
  3. String? supportEmail,
  4. String? clerkJsVersion,
  5. String? developmentOrigin,
  6. List<String> allowedOrigins = const [],
  7. bool? cookielessDev,
  8. bool? urlBasedSessionSyncing,
})

Returns a new UpdateInstanceRequest instance.

Implementation

UpdateInstanceRequest({
  this.testMode,
  this.hibp,
  this.supportEmail,
  this.clerkJsVersion,
  this.developmentOrigin,
  this.allowedOrigins = const [],
  this.cookielessDev,
  this.urlBasedSessionSyncing,
});