Document possibly-unexpected yet valid auth strings

This commit is contained in:
Nicholas Hastings 2014-09-02 17:47:33 -07:00
parent eafd6626ec
commit d0c701793c

View File

@ -47,6 +47,12 @@ enum NetFlow
/**
* Auth string types.
*
* Note that for the Steam2 and Steam3 types, the following ids are
* also valid values:
* "STEAM_ID_PENDING" - Authentication is pending.
* "STEAM_ID_LAN" - Authentication is disabled because of being on a LAN server.
* "BOT" - The client is a bot.
*/
enum AuthStringType
{