register

abstract suspend fun register(account: AccountCreate): Token

Creates a user and account records.

Return

Account access token for the app that initiated the request. The app should save this token for later, and should wait for the user to confirm their account by clicking a link in their email inbox.