// Assembly: Facepunch.Steamworks.Posix
// Full name: Steamworks.AuthResponse

namespace Steamworks
{
public class AuthResponse // TypeDefIndex: 11671
{
	// Fields
	type#20890 value__;
	type#14755 OK;
	type#14755 UserNotConnectedToSteam;
	type#14755 NoLicenseOrExpired;
	type#14755 VACBanned;
	type#14755 LoggedInElseWhere;
	type#14755 VACCheckTimedOut;
	type#14755 AuthTicketCanceled;
	type#14755 AuthTicketInvalidAlreadyUsed;
	type#14755 AuthTicketInvalid;
	type#14755 PublisherIssuedBan;
	type#14755 AuthTicketNetworkIdentityFailure;
}
}
