What would be an idiomatic way to handle refreshin...
# ktor
m
What would be an idiomatic way to handle refreshing oauth tokens on demand using ktor-client ? i.e. the equivalent of this kind of okhttp things: https://gist.github.com/alex-shpak/da1e65f52dc916716930
b
Ktor's equivalent of interceptors are pipelines
m
Thanks
Not sure how I can retry the request but I'll look into this