export type { WellknownResponse } from '@forgerock/sdk-types'; /** * Simplified endpoint mapping extracted from well-known response. * Used internally by DaVinci client for OAuth/OIDC operations. */ export interface Endpoints { authorize: string; issuer: string; introspection: string; tokens: string; userinfo: string; } //# sourceMappingURL=wellknown.types.d.ts.map