@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface DecodedJWTHeader

    JWT header section (first segment), decoded but unverified.

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

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    alg?: string
    typ?: string
    kid?: string