linkEmailPassword

fun linkEmailPassword(    email: String,     password: String,     username: String,     promoEmailAgreement: Boolean,     callback: LinkEmailPasswordCallback)

Adds a username, email address, and password, that can be used for authentication, to the current account.

See also

Parameters

email

User email.

password

User password.

username

Username of current user

callback

Status callback.

Sources

Link copied to clipboard