bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface VerifySIWBBOptions

    interface VerifySIWBBOptions {
        issuedAtTimeWindowMs?: number;
        skipAssetVerification?: boolean;
    }
    Index

    Properties

    issuedAtTimeWindowMs?: number

    How recent the challenge must be in milliseconds. Defaults to 10 minutes. If 0, we will not check the time.

    skipAssetVerification?: boolean

    Skip asset verification. This may be useful for simulations or testing.

    Please do not use. Check requirements a claim or other means.