Expand description
type Verify Options = FetchOptions & {
maxJsonResponseBytes?: number;
maxRekorEntries?: number;
rekorLagBudgetMs?: number;
rekorLagDelaysMs?: readonly number[];
trustMaterial?: TrustMaterial;
verifier?: BundleVerifier;
}
Verification options: extends FetchOptions with attestation-specific limits.