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

    Interface SHLManifestV1LocationDescriptor

    Manifest file descriptor for external content.

    Used when file content is too large for embedding or when the server prefers location-based access. The location URL is typically short-lived and intended for single use to maintain security.

    interface SHLManifestV1LocationDescriptor {
        contentType: SHLFileContentType;
        lastUpdated?: string;
        location: string;
    }
    Index

    Properties

    contentType: SHLFileContentType

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

    lastUpdated?: string

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

    location: string

    HTTPS URL to encrypted JWE file. Short-lived URL for downloading the encrypted content.