Stone.js API
    Preparing search index...

    Options for verifying a token.

    interface VerifyOptions {
        algorithms?: string[];
        audience?: string | string[];
        clockTolerance?: string | number;
        issuer?: string;
    }
    Index
    algorithms?: string[]

    Accepted algorithms.

    audience?: string | string[]

    Expected audience.

    clockTolerance?: string | number

    Clock skew tolerance, e.g. '5s' or seconds.

    issuer?: string

    Expected issuer.