password property

String? password
getter/setter pair

The password to assign to the created user.

The password must be be at least 6 characters long. If set, the email field must also be set.

Implementation

core.String? password;