garhow / steam-rs

Safe Rust bindings for the Steam Web API
MIT License
23 stars 10 forks source link

Make fields of TicketAuthResponse public #27

Closed RubberDuckShobe closed 11 months ago

RubberDuckShobe commented 11 months ago

This fixes a very obvious oversight of mine: none of the fields on the struct returned by authenticate_user_ticket() were actually accessible.

garhow commented 11 months ago

Good catch! Thank you!!