Tauth

This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Tauth tag[2] afid[4] uname[s] aname[s]

alias Tauth = Tuple!(Size, Type, Tag, Afid, Uname, Aname)

Meta