ParsedIDP: IDP & {
    ec: JwtPayload;
    getKey: ((kid: string) => KeyObject);
    trustChain: TrustChain;
}

Extended version of the IDP object, with the configuration and trust chain