ProfileService Service for user profile

Constructors

Methods

Constructors

Methods

  • Create a new user profile

    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 profile could not be created