Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to connect to the hub to get a list of apps that a user has access to, using the .NET SDK. I am able to generate a ticket code. How can I then use that ticket to connect to the engine (which method on ILocation
is the correct one to use)?
I haven't tested it my self, but this example seems to illustrate what you are looking for:
https://github.com/AptkQlik/PublicExamples/tree/master/ConnectServerTicketAttach
Otherwise, that type of operation (listing apps) is typically something you would do through the repository, not the engine. If you choose to go that way instead, then you should probably look into this endpoint: