This is the application-facing interface for the User entity. Because it extends the Entity interface, it supports additional properties of any type supported by the database.
Run the EntityManageraddKeys method to add generated properties to any Entity object before sending it to the database.
User entity interface.
This is the application-facing interface for the User entity. Because it extends the
Entityinterface, it supports additional properties of any type supported by the database.Run the
EntityManageraddKeysmethod to add generated properties to anyEntityobject before sending it to the database.