Reset collection

Hello there,

I need to reset a collection to its default value (empty), I saw here :

that I need to create a proxy variable to do so because collection can’t be modified manually.

My question : if my collection fetch sensitive data by passing the user’s token, and then the user logs out, does the data stays visible ?

Thanks
Vincent