Description


Crash occurred in a client application when a token refresh was being executed and the endpoint could not be reached.
Question is how to handle a situation such as this. If we simply catch the exception and set the internal token to null no further refreshes will occur for the token. Suspect we might need an event to notify the client and then keep trying to refresh the token using some kind of back-off strategy.
Tasks