Checks if the user is authenticated by verifying the access token.
Future<bool> isUserAuthenticated() async => await isTokenValid();