Hi how to refresh custom authorisation token if ge...
# ktor
g
Hi how to refresh custom authorisation token if getting 401 error code. header("Authorization","Authorization token value")
a
You can check the status code, make a refresh request and save obtained tokens for the later usage.
g
Thanks