Function logOn

  • getToken() getToken uses the xboxlive-auth lib from xboxreplay to authenticate the user with their email and password.

    Parameters

    • params: UserLoginInitialization

      | The function parameters, those should be typed as specified.

    • callback: Handler

      | callback function, I couldn't find a way to use xboxlive-auth with async-await.

    Returns Promise<void>

Generated using TypeDoc