node-jwt
    Preparing search index...

    Type Alias VerifyOptions

    type VerifyOptions = {
        algorithms?: SupportedAlgorithm[];
        audience?: string | string[];
        clockSkew?: number;
        ignoreExpiration?: boolean;
        issuer?: string;
        jwtId?: string;
        maxTokenAge?: number;
        signatureFormat?: "der" | "jose";
        subject?: string;
    }
    Index

    Properties

    algorithms?: SupportedAlgorithm[]
    audience?: string | string[]
    clockSkew?: number
    ignoreExpiration?: boolean
    issuer?: string
    jwtId?: string
    maxTokenAge?: number
    signatureFormat?: "der" | "jose"
    subject?: string