fun signUp(clientToken: ClientToken, email: String, redirectUri: String, inputParams: Map<String, Any>): Call<ApiContainer<ProfileData>>
Creates a user profile and associates it to an e-mail address if there is no such association yet.
email
- The e-mail address for the association.
password
- Optionally, a password for future authentications.