Logout from all devices
@override Future<void> logoutFromAllDevices(String token) async { await invalidateTokenWithStrategy(token, LogoutType.allDevices); }