username abstract method
- String username
The username whose password must be changed.
IMPORTANT
Providing the username is required.
WARNING
The username is the technical user identifier stored in the Account.username property.
Do not provide the login identifier (for example the users e-mail address) here.
We recommend always using the username provided via LocalData.accounts.
Params:
- username: the username.
Returns: a PasswordChange object.
Implementation
PasswordChange username(String username);