Interface VerificationOptions

interface VerificationOptions {
    dateOrPeriod: IDatePeriod | Date;
    trustAnchors: readonly TrustAnchor[];
}

Properties

dateOrPeriod: IDatePeriod | Date
trustAnchors: readonly TrustAnchor[]

Generated using TypeDoc