Socket
Book a DemoInstallSign in
Socket

keycloak-api

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keycloak-api

keycloak auto-generated type-safe API client

latest
Source
npmnpm
Version
0.2.6
Version published
Weekly downloads
67
86.11%
Maintainers
1
Weekly downloads
 
Created
Source

Keycloak API JavaScript SDK

Unofficial Keycloak API JavaScript SDK built from the OpenAPI specification and with TypeScript types.

const keycloak = new KeycloakApi({ token: 'token' });
const realms = await keycloak.request('GET /admin/realms', {});

FAQs

Package last updated on 17 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts