Kill the Clipboard - SMART Health Cards Library - v1.0.0
    Preparing search index...

    Interface SHLManifestV1EmbeddedDescriptor

    Manifest file descriptor for embedded content.

    Used when file content is small enough to be included directly in the manifest response. The embedded field contains the complete JWE string that can be decrypted immediately without additional network requests.

    interface SHLManifestV1EmbeddedDescriptor {
        contentType: SHLFileContentType;
        embedded: string;
        lastUpdated?: string;
    }
    Index

    Properties

    contentType: SHLFileContentType

    Content type of the encrypted file. Indicates how to parse the content after decryption.

    embedded: string

    JWE Compact serialized encrypted file. Complete JWE string that can be decrypted using the SHL key.

    lastUpdated?: string

    Optional timestamp of the last update to this file. ISO 8601 datetime string indicating when the file was last modified.