public interface AccountExternalIdCreator
Modifier and Type | Method and Description |
---|---|
List<ExternalId> |
create(Account.Id id,
String username,
String email)
Returns additional external identifiers to assign to a given user when creating an account.
|
List<ExternalId> create(Account.Id id, String username, String email)
id
- the identifier of the account.username
- the name of the user.email
- an optional email address to assign to the external identifiers, or null
.