Is there a reason `io.ktor.client.plugins.auth.pro...
# ktor
d
Is there a reason
io.ktor.client.plugins.auth.providers.AuthTokenHolder
is declared internal? I would like to utilize it in custom client
AuthProvider
a
To keep the implementation details internal. You can copy/paste its source code if you need it.