StatusList
Status list as defined in OAuth Status List in the uncompressed form.
Conceptually status list is just a compact array of status codes, where each status code can take at most bitsPerItem bits for its representation. Status lists use compression when serialized and thus are relatively compact when most of the status codes are zero.
Use this (uncompressed) form of the list to query credential's status.
Parameters
bitsPerItem
number of bits per status code, must be 1, 2, 4, or 8
statusList
uncompressed status values packed as an array as defined by the spec above