Account.withUsernameIdentity constructor

Account.withUsernameIdentity(
  1. String username
)

Create a new Account uniquely identified by the specified username.

Implementation

Account.withUsernameIdentity(String username)
    : this(identity: UsernameAccountIdentity(username));