interface ResumptionRecord {
    caseAuthenticatedTags?: CaseAuthenticatedTag[];
    fabric: Fabric;
    peerNodeId: NodeId;
    resumptionId: Uint8Array;
    sessionParameters: SessionParameters;
    sharedSecret: Uint8Array;
}

Properties

caseAuthenticatedTags?: CaseAuthenticatedTag[]
fabric: Fabric
peerNodeId: NodeId
resumptionId: Uint8Array
sessionParameters: SessionParameters
sharedSecret: Uint8Array