HTTPClientState: {
    authenticate?: (() => void);
    getAccessToken?: (() => Promise<string>);
    url: string | DeriveFHIRURL;
}