TokenRequest constructor
Implementation
TokenRequest(this._core, this._keyset, this.ttl,
{this.meta, this.authorizedUUID, this.authorizedUserId})
: assert(authorizedUUID == null || authorizedUserId == null,
'Either `authorizedUUID` or `authorizedUserId` is allowed');