Account.withEmailIdentity constructor

Account.withEmailIdentity(
  1. String emailAddress
)

Create a new Account uniquely identified by the specified emailAddress.

Implementation

Account.withEmailIdentity(String emailAddress)
    : this(identity: EmailAccountIdentity(emailAddress));