login

fun login(    username: String,     password: String,     callback: AuthCallback)

Authenticates the user by the username/email and password specified via the authentication interface.

See also

Parameters

username

Username or email address.

password

Password.

callback

Status callback. Can have the following values:

  • 1 to deactivate the existing values and activate a new one.

  • 0 to keep the existing values activated.

Sources

Link copied to clipboard