signUp

private fun signUp(username: String, email: String, password: String)

Creates an account with the user's entered credentials and logs the user in using the newly created account.

Parameters

username

Username entered by the user.

email

Email address entered by the user.

password

Password entered by the user.