This commit adds the attribute `admin_token_hash` to
the `dumpthings` specification. The attribute is optional.
If provided it should be a valid token-hash, currently
this is a hex-encoded sha256 hash (64 digits) of the plain
text admin token.
For security reasons, there is currently no support to store
plain text admin tokens in the configuration.