Is there an example somewhere how to use Oauth aut...
# ktor
t
Is there an example somewhere how to use Oauth authentication for the client? OkHttp makes it really easy by using
OkHttpClient.Builder.authenticator
but I have no idea how I could implement this in Ktor. Could someone point me to an example or something similar? Thanks!