Ciao Guys!
Today I tried the Ktor 3.0.0-beta-1 to check wether there are breaking changes affecting my app.
I found out that the following line of code doesn't compile anymore.
where client is an instance of HttpClient.
The property providers doesn't exist anymore.
The code above clears the token holder instance inside the BearerAuthProvider. I'm running this line of code when the user is logging out.
I'm using Ktor 2.3.7
What would be the equivalent code in Ktor 3.0.0?
Thanks