UNPKG

@shrinedev/loopback-keycloak-demo-app

Version:

Example Loopback App that integrates with Keycloak.

9 lines (8 loc) 209 B
import { TeamProfile } from '../gates/team.gate'; /** * A controller to demonstrate a LoopBack Keycloak Gate */ export declare class TeamController { constructor(); me(team: TeamProfile): object; }