data class ConfigSignInEmailArgs(val enabled: Output<Boolean>, val passwordRequired: Output<Boolean>? = null) : ConvertibleToJava<ConfigSignInEmailArgs>
Whether a password is required for email auth or not. If true, both an email and password must be provided to sign in. If false, a user may sign in via either email/password or email link.