node-jwt
    Preparing search index...

    Interface JWTHeader

    interface JWTHeader {
        alg: string;
        crit?: string[];
        kid?: string;
        typ?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    alg: string
    crit?: string[]
    kid?: string
    typ?: string