data property

Object? data
getter/setter pair

A custom data object to store the user's metadata. This maps to the auth.users.user_metadata column.

The data should be a JSON object that includes user-specific info, such as their first and last name.

Implementation

Object? data;