| Field | Type | Required | Description |
|---|---|---|---|
publicMetadata |
Map<String, Object> | ➖ | Metadata saved on the user, that is visible to both your frontend and backend. The existing value will be replaced entirely with the new object. |
privateMetadata |
Map<String, Object> | ➖ | Metadata saved on the user that is only visible to your backend. The existing value will be replaced entirely with the new object. |
unsafeMetadata |
Map<String, Object> | ➖ | Metadata saved on the user, that can be updated from both the Frontend and Backend APIs. The existing value will be replaced entirely with the new object. Note: Since this data can be modified from the frontend, it is not guaranteed to be safe. |