ProfileUseCase

ProfileUseCase class that contains the use cases for the profile

Constructors

Methods

Constructors

Methods

  • Create a new user in the profile service

    Parameters

    • email: string

      The email of the user

    • username: string

      The username of the user

    • accessToken: string

      The access token of the user

    Returns Promise<void>

    The result of the creation

    If the user could not be created