emailPassword

fun emailPassword(email: String, password: String): Credentials

Creates credentials representing a login using email and password.

Return

a set of credentials that can be used to log into an App Services Application using App.login.

Parameters

email

email of the user logging in.

password

password of the user logging in.