struct TCTTokenTypeAttribute |
Arbitrary attributes can be stored as UID/Value pairs.
This allows any attributes that can be represented as 32 bit integers to be associated with token types.
It consists of a UID to identify the type of the attribute and an unsigned integer to hold the data. For Boolean attributes, 0 means false and a positive integer means true.
v7.0