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