MAU count

Hello I'm a little bit confused on how MAUs are counted in supabase.

I saw this on a github discussion : "Monthly active users (MAU) are calculated by doing a distinct count of all user ids in the billing cycle. A GoTrue event can be a login, token refresh, logout, and so on. If an authenticated user does any of this, we count it towards the MAU. A user is only counted once towards MAU in a billing cycle. The MAU count is relative to your billing cycle and resets whenever your billing cycle resets."

If I were to have exemple@user.com log in and log out and having its token refreshed a bunch of time the same month will it still count as 1 MAU ?
Was this page helpful?