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
hfhbd
05/17/2024, 4:41 PM
Do you use the auth plugin?
h
Hector Forero
05/17/2024, 5:30 PM
@hfhbd No, I use the app host's authentication. The token is being updated, and I have to wait for the process to complete.