Sets a custom claim by its integer key.
void operator []=(int key, Object? value) => _set(key, value);