bunway
    Preparing search index...

    Interface JwtHeader

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

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    alg: string
    kid?: string
    typ?: string