In this, publicKey is part of the top-level parameter.
dictionary IdentityRequestProvider {
required DOMString protocol; // See "Protocol Registry" below
required DOMString request;
required DOMString publicKey;
}
Should publicKey be (opaquely, optionally and per protocol) part of request instead of IdentityRequestProvider?
In this,
publicKeyis part of the top-level parameter.Should
publicKeybe (opaquely, optionally and per protocol) part ofrequestinstead ofIdentityRequestProvider?