UNPKG

keycloak-typescript

Version:

A user friendly library to use keycloak in nodejs projects

5 lines (4 loc) 209 B
import { RoleRepresentation } from '../../models/role-representation'; export interface IClientRolesManager { getRole(realmName: string, clientId: string, roleName: string): Promise<RoleRepresentation>; }