Closed RubberDuckShobe closed 11 months ago
I will look into this as soon as I can!
AuthenticateUser
at this time? Does it require any special credentials?AuthenticateUser
seems to be used by the Steam Client to log in. I'm not sure how to implement it, the documentation on it isn't really helpful.
I'm going to close this until somebody can find any info on how to implement that interface.
see documentation
This interface has the AuthenticateUserTicket endpoint, which is absolutely crucial to me.
This is an example response of AuthenticateUserTicket:
Like with other endpoints returning similar values,
ownersteamid
indicates the true owner of the app, if the app is used through family sharing.As for the AuthenticateUser endpoint: I can't test that.
I think I could try implementing AuthenticateUserTicket myself when I have time.