Convert a Mopidy proxy config to the commonly used proxy string format.
Outputs scheme://host:port, scheme://user:pass@host:port or None depending on the proxy config provided.
You can also opt out of getting the basic auth by setting auth to False.
New in version 1.1.