UNPKG

keycloak-typescript

Version:

A user friendly library to use keycloak in nodejs projects

12 lines (11 loc) 276 B
export interface ClientRepresentation { id: string; clientId: string; name: string; description: string; baseUrl: string; surrogateAuthRequired: boolean; enabled: boolean; alwaysDisplayInConsole: boolean; clientAuthenticatorType: string; }