interface ParsedCredential {
    id: ArrayBuffer;
    type: "public-key";
}

Properties

Properties

id: ArrayBuffer
type: "public-key"