ProfileRepository class This class is responsible for handling the communication with the Profile service in order to create a user profile.
Constructor
The authentication use case
Create a user profile
The email of the user
The username of the user
The access token of the user
The result of the creation
If the user profile could not be created
If the user could not be deleted
If the profile service is not available
ProfileRepository class This class is responsible for handling the communication with the Profile service in order to create a user profile.