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

    Type Alias SHCReaderConfig

    SHCReaderConfig: {
        publicKey?: CryptoKey | Uint8Array | string | JsonWebKey | null;
    } & Required<Omit<SHCReaderConfigParams, "publicKey">>

    Type declaration

    • OptionalpublicKey?: CryptoKey | Uint8Array | string | JsonWebKey | null

      ES256 public key for verifying health card signatures. Can be a WebCrypto CryptoKey, raw bytes as Uint8Array, PEM-formatted string, or JsonWebKey object. If null, the reader will attempt to resolve the public key from the issuer's JWKS endpoint.