• To login your user, you need to open the url returned from this method. It will have all necessary parameters to start the login flow.

    Parameters

    • args: {
          loginConfig?: LoginConfig;
          redirectUri: string;
      }
      • Optional loginConfig?: LoginConfig

        optional parameters to customize the login flow

      • redirectUri: string

        the redirectUri you have registered with TIDAL

    Returns Promise<string>

    Throws

    @tidal-music/common!TidalError - if the auth module has not been initialized