UpdateInstanceAuthConfigRequest class

Constructors

UpdateInstanceAuthConfigRequest.new({bool? restrictedToAllowlist = false, String? fromEmailAddress, bool? progressiveSignUp, bool? enhancedEmailDeliverability, bool? testMode})
Returns a new UpdateInstanceAuthConfigRequest instance.

Properties

enhancedEmailDeliverability bool?
The "enhanced_email_deliverability" feature will send emails from "verifications@clerk.dev" instead of your domain. This can be helpful if you do not have a high domain reputation.
getter/setter pair
fromEmailAddress String?
The local part of the email address from which authentication-related emails (e.g. OTP code, magic links) will be sent. Only alphanumeric values are allowed. Note that this value should contain only the local part of the address (e.g. foo for foo@example.com).
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
progressiveSignUp bool?
Enable the Progressive Sign Up algorithm. Refer to the docs for more info.
getter/setter pair
restrictedToAllowlist bool?
Whether sign up is restricted to email addresses, phone numbers and usernames that are on the allowlist.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testMode bool?
Toggles test mode for this instance, allowing the use of test email addresses and phone numbers. Defaults to true for development instances.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

fromJson(dynamic value) UpdateInstanceAuthConfigRequest?
Returns a new UpdateInstanceAuthConfigRequest instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<UpdateInstanceAuthConfigRequest>
mapFromJson(dynamic json) Map<String, UpdateInstanceAuthConfigRequest>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<UpdateInstanceAuthConfigRequest>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.