autoCreate property

bool? autoCreate
getter/setter pair

When it's true, automatically creates a new account if the user doesn't exist.

When it's false, allows existing user to sign in normally and throws exception if the user doesn't exist.

Implementation

core.bool? autoCreate;