@Nullable open fun readClientAccessToken(): TokenResponse?
Reads the stored client token, if a valid one is stored.
Return TokenResponse?: The stored client token, if any. null otherwise.
null