steamworks-rs icon indicating copy to clipboard operation
steamworks-rs copied to clipboard

The ticket obtained by `authentication_session_ticket_for_webapi` cannot be validated by webapi.

Open flyinghail opened this issue 1 year ago • 0 comments

The ticket obtained by authentication_session_ticket_for_webapi is authenticated using ISteamUserAuth/AuthenticateUserTicket and returns invalid ticket.

{
  "response": {
    "error": {
      "errorcode": 101,
      "errordesc": "Invalid ticket"
    }
  }
}

Does anyone have any experience with this, please?

flyinghail avatar Sep 22 '23 12:09 flyinghail