Credentials.emailPassword constructor
Returns a Credentials object that can be used to authenticate a user with their email and password. A user can login with email and password only after they have registered their account and verified their email. Email/Password Authentication Docs
Implementation
Credentials.emailPassword(String email, String password) : _handle = CredentialsHandle.emailPassword(email, password);