getOkHttpClient

abstract fun getOkHttpClient(): OkHttpClient

Will return a OkHttpClient which will manage pinned certificates and Proxy if configured. It will not add any access-token to the request. So it is exposed to let the app be able to download image with Glide or any other libraries which accept an OkHttp client.