When an auth method is disabled, all users authenticated via that method lose access.
When an auth method is disabled, all users authenticated via that method lose access.
When an authentication method is disabled, any users who were authenticated via that method will indeed lose access. This is because the authentication method being disabled means that no further authentication requests can be processed through it, effectively terminating any existing sessions authenticated through that method.
https://developer.hashicorp.com/vault/docs/commands/auth/disable#auth-disable