L8W8JWT_CLAIM_TYPE_ARRAY

JWT claim value type JSON array (e.g. <code>"ids": [2, 4, 8, 16]</code>).

extern (C) nothrow @nogc
enum L8W8JWT_CLAIM_TYPE_ARRAY = 5;

Meta