Function loginWithRefreshToken

  • loginWithRefreshToken() This function uses the xboxlive-auth lib from xboxreplay to log in a user via refresh token.

    Parameters

    • refreshToken: string

      | User's refresh token. Get it by navigating to https://login.live.com and getting the refresh token through the request.

    • callback: Handler

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

    Returns Promise<void>

Generated using TypeDoc