@getdial/sdk - v0.21.0
    Preparing search index...

    Interface VerifyOptions

    interface VerifyOptions {
        now?: number;
        toleranceSeconds?: number;
    }
    Index
    now?: number

    Current unix seconds; defaults to now.

    toleranceSeconds?: number

    Max allowed |now - t| in seconds (replay window). Default 300.