Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 7.37 KB

UpdateInstanceAuthConfigRequestBody.md

File metadata and controls

12 lines (9 loc) · 7.37 KB

UpdateInstanceAuthConfigRequestBody

Fields

Field Type Required Description
restrictedToAllowlist JsonNullable<Boolean> Whether sign up is restricted to email addresses, phone numbers and usernames that are on the allowlist.
fromEmailAddress JsonNullable<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 [email protected]).
progressiveSignUp JsonNullable<Boolean> Enable the Progressive Sign Up algorithm. Refer to the docs for more info.
enhancedEmailDeliverability JsonNullable<Boolean> The "enhanced_email_deliverability" feature will send emails from "[email protected]" instead of your domain.
This can be helpful if you do not have a high domain reputation.
testMode JsonNullable<Boolean> Toggles test mode for this instance, allowing the use of test email addresses and phone numbers.
Defaults to true for development instances.