newUser abstract method

Future<String> newUser()

Creates a new user account.

This method should be implemented to define how a new user is added to the system.

Implementation

Future<String> newUser();