autoCreate property
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;
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.
core.bool? autoCreate;