node-jwt
    Preparing search index...

    Interface JWTHeader

    interface JWTHeader {
        alg: string;
        kid?: string;
        typ?: string;
    }
    Index

    Properties

    Properties

    alg: string
    kid?: string
    typ?: string