@lit-protocol/vincent-sdk - v0.0.5
    Preparing search index...

    Interface VincentJWT

    Interface representing a decoded Vincent JWT

    VincentJWT

    interface VincentJWT {
        data: string;
        header: JWTHeader;
        payload: VincentJWTPayload;
        signature: string;
    }

    Hierarchy

    Index

    Properties

    data: string
    header: JWTHeader

    The payload of the JWT

    signature: string