Hi there, I am implementing Ktor, which relies on...
# multiplatform
h
Hi there, I am implementing Ktor, which relies on an authorization token. Is there a way to configure KMM/Ktor to pause execution until the host application retrieves a new token?
h
Do you use the auth plugin?
h
@hfhbd No, I use the app host's authentication. The token is being updated, and I have to wait for the process to complete.