core / com.schibsted.account.network.service.client / ClientService / signUp

signUp

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.

Parameters

email - The e-mail address for the association.

password - Optionally, a password for future authentications.