Account.withUsernameIdentity constructor
Account.withUsernameIdentity(
- String username
Create a new Account uniquely identified by the specified username
.
Implementation
Account.withUsernameIdentity(String username)
: this(identity: UsernameAccountIdentity(username));