import { type SealOptions } from "https://deno.land/x/iron@v1.2.0/dist/index.d.cts";
Options for customizing the key derivation algorithm used to generate encryption and integrity verification keys as well as the algorithms and salt sizes used.
Properties
encryption: SealOptionsSub<EncryptionAlgorithm>
Encryption step options.
integrity: SealOptionsSub<IntegrityAlgorithm>
Integrity step options.
Number of seconds of permitted clock skew for incoming expirations. Defaults to 60 seconds.