Recursively masks sensitive data in any object structure. This is a simplified version of the original maskDataInEvent function.
The data object to mask (can be any type)
User data to identify what should be masked
The data with sensitive information masked
Generated using TypeDoc
Recursively masks sensitive data in any object structure. This is a simplified version of the original maskDataInEvent function.