Retrieves the current user's token
@override Future<bool> verifyToken([String? token]) async { _ensureInitialized(); return true; }