Skip to content

Do we really need publicKey to be outside of the request property? #49

@samuelgoto

Description

@samuelgoto

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions