interface VincentJWTData {
    decodedJWT: VincentJWT;
    rawJWT: string;
}

Properties

Properties

decodedJWT: VincentJWT
rawJWT: string