UNPKG

keycloak-typescript

Version:

A user friendly library to use keycloak in nodejs projects

6 lines (5 loc) 125 B
export interface Attribute { key: string; value: string[]; } export type KeycloakAttributes = Map<string, string[]>;