Join Slack
Communities
Powered by
Is there a reason `io.ktor.client.plugins.auth.pro...
# ktor
d
Daniel
03/20/2023, 4:48 PM
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
Aleksei Tirman [JB]
03/20/2023, 5:35 PM
To keep the implementation details internal. You can copy/paste its source code if you need it.
9
Views
Open in Slack
Previous
Next