UNPKG

@shrinedev/loopback-keycloak-demo-app

Version:

Example Loopback App that integrates with Keycloak.

9 lines (8 loc) 224 B
import { UserProfile } from '@shrinedev/loopback-gate-keycloak'; /** * A controller to demonstrate a LoopBack Keycloak Gate */ export declare class UserController { constructor(); me(user: UserProfile): object; }