Hi everyone, is there any equivalent of retrofit a...
# ktor
e
Hi everyone, is there any equivalent of retrofit authenticator in ktor client?
or should i use my own interceptor for this?
a
If you need to authenticate a client using the Bearer auth scheme then you can use the Bearer authentication provider.
🙌 1
👆 1