The Create method wraps the Create Password API endpoint. If a user with this email already exists in the project, this API will return an error. Existing passwordless users who wish to create a password need to go through the reset password flow.
This endpoint will return an error if the password provided does not meet our strength requirements, which you can check beforehand with the Strength Check Password API endpoint.
If this method succeeds, the user will be logged in, granted an active session, and the session cookies will be minted and stored in the browser.