UNPKG

@5minds/processcube_engine

Version:

The ProcessCube Engine. Stores and executes BPMNs.

10 lines (9 loc) 271 B
import { JSONWebKeySet } from 'jose'; export declare class IAMFetchClient { private readonly logger; private openIdBaseUrl; private openIdConfig; constructor(); getOpenIdConfig(): Promise<Record<string, any>>; getJwks(): Promise<JSONWebKeySet>; }