code-disaster / steamworks4j

A thin Java wrapper to access the Steamworks API
https://code-disaster.github.io/steamworks4j/
MIT License
468 stars 64 forks source link

Missing GetAuthTicketForWebApi #126

Closed Zomis closed 1 year ago

Zomis commented 1 year ago

When reading here: https://partner.steamgames.com/doc/features/auth#client_to_backend_webapi

It says:

The client must retrieve a session ticket by calling ISteamUser::GetAuthTicketForWebApi. To guarantee a valid ticket, the client must wait for the ISteamUser::GetTicketForWebApiResponse_t callback.

But these methods does not seem to be implemented in steamworks4j

code-disaster commented 1 year ago

Added in f69b809

Frotty commented 5 months ago

@Zomis Did you get the call to work? I am having trouble getting the ticket data (https://github.com/code-disaster/steamworks4j/issues/143)