UNPKG

@gip-recia/extended-uportal-header

Version:

a component to deport the uPortal menu

9 lines 379 B
import { type Response as OIDCResponse } from '@uportal/open-id-connect'; export interface orgInfo { displayName: string; logo?: string; } export default class orgInfoService { static get(userInfoApiUrl: string, orgApiUrl: string, orgId: string, userInfo?: OIDCResponse | null, debug?: boolean): Promise<orgInfo | null>; } //# sourceMappingURL=orgInfoService.d.ts.map