Interface > healthstack.backend.integration.registration > UserRegistrationClient > registerUser

registerUser

[androidJvm]
abstract suspend fun registerUser(idToken: String, user: User)

Used to register user's information who joined through the app to the backend.

Parameters

androidJvm

idToken An encrypted token containing the user's information issued when the logs in to the application.
user Data including profile information collected during the Eligibility Check and the basic information of user.