Log in with a database connection
To log in with a database connection, calllogin with the user’s email, password, and the connection you want to authenticate with. The response is a Credentials object.
openid profile email.
Sign up with a database connection
To sign up with a database connection, call thesignUp method, passing the user’s email, password, and connection name.