UNPKG

angular-auth-oidc-client

Version:
15 lines (14 loc) 376 B
import { FlowType } from '../schema'; export interface ModuleInfo { moduleFileName: string; moduleName: string; moduleFolder: string; } export interface NgAddOptions { authorityUrlOrTenantId: string; flowType: FlowType; isHttpOption: boolean; needsSilentRenewHtml: boolean; moduleInfo: ModuleInfo; useLocalPackage: boolean; }