enable

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

Enable this provider using the provided authentication details.


abstract fun enable(apiKey: String? = null)

Enable this provider using the provided api key.