Philipp15b / go-steam

Steam's protocol in Go to allow automation of different actions on the Steam network without running an actual Steam client. Includes APIs for friends, chatting, trading, trade offers and TF2 crafting.
https://pkg.go.dev/github.com/Philipp15b/go-steam/v3
Other
392 stars 132 forks source link

Retrieve Email Domain for Email Auth Code #84

Open tqwewe opened 7 years ago

tqwewe commented 7 years ago

Using the SteamKit2 with C#, you are able to get the email domain (gmail.com) when an auth code is required. It seems like with this go-steam package with golang, I am unable to access the email domain from my main package. Is it at all possible?