UNPKG

@koalarx/ui

Version:

Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.

12 lines (11 loc) 315 B
export interface KoalaOauth2ConfigInterface { clientId: string; scope: string; domain: string; indexLoginName: string; customQueryParams?: object; strictDiscoveryDocumentValidation?: boolean; endpointLogout?: string; endpointToken?: string; endpointClaims?: string; }