user property

User? user
getter/setter pair

The user associated with this enrollment token.

If it's specified when the enrollment token is created and the user does not exist, the user will be created. This field must not contain personally identifiable information. Only the account_identifier field needs to be set.

Implementation

User? user;