username abstract method
- String username
The username whose PIN 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 PinChange object.
Implementation
PinChange username(String username);