UNPKG

ng-smart-on-fhir

Version:

[![SRDC](https://www.srdc.com.tr/wp-content/uploads/2014/12/srdc-wp.png)](https://srdc.com.tr/en)

17 lines (16 loc) 498 B
import { LoginClientConfig } from "./login-client.config"; import { LaunchClientConfig } from "./launch-client.config"; export interface SmartOnFhirConfig { shcLoginEnabled?: boolean; shcCallbackUrl?: string; clientIds?: { [iss: string]: string; }; clientId?: string; redirectUrl?: string; loginClients?: LoginClientConfig[]; launchClients?: LaunchClientConfig[]; logo?: string; title?: string; authStorage?: 'sessionStorage' | 'localStorage'; }