enableProvider

fun enableProvider(name: String, username: String? = null, password: String? = null, cookies: List<String> = emptyList())

Enable the provider name with the included credentials and cookies.