Hi, when i try to do this: `client.plugin(Auth).pr...
# multiplatform
m
Hi, when i try to do this:
client.plugin(Auth).providers.filterIsInstance<BearerAuthProvider>().firstOrNull()?.clearToken()
On Android everything is working well. But on iOS i got this error: Plugin io.ktor.client.plugins.auth.Auth.Plugin@b904d40 is not installed. Consider using
install(AttributeKey: DigestAuth)
in client config first Some one has an idea? 🙂