UNPKG

ngx-keycloak-authz-lib

Version:
17 lines (16 loc) • 489 B
export interface KeycloakAuthzInitOptions { /** * if set to true, load all permissions for default resource-server * at initializiation of adapter * */ loadPermissionsInStartup?: boolean; /** * specifies the default resource-server where the entitlements are loaded from * after adpater initialization * * Is only relevant if loadPermissionsInStartup is set to true * */ defaultResourceServerId?: string; }