unsafeMetadata

@SerialName(value = "unsafe_metadata")
val unsafeMetadata: String?

Deprecated

Use User.updateMetadata(...) for partial updates (deep merge). Passing unsafeMetadata to update() is deprecated and will be removed in a future major version.

JSON string containing unsafe metadata to update. Passing this here is deprecated: the SDK now routes it through updateMetadata under the hood. Migrate calls to User.updateMetadata for clearer intent and direct access to deep-merge semantics.