UNPKG

@gip-recia/esco-content-menu-lit

Version:

Web component to display into eyebrow menu a user information menu with profile picture and more.

8 lines 646 B
import cachedService from './cachedService'; import { type Response as OIDCResponse } from '@uportal/open-id-connect'; export default class OrganizationService extends cachedService { static fetch(userInfoApiUrl: string, orgApiUrl: string, userAllOrgIdAttribute: string, userInfo?: OIDCResponse | null, debug?: boolean): Promise<OrganizationFetchResult | null>; static getCurrentOrganization(user: UserInfo, userOrgIdAttribute: string, organizations: OrgInfo): Organization | null; static getOrganizationLogo(organization: Organization | null, attributeName: string): string | null; } //# sourceMappingURL=organizationService.d.ts.map