UNPKG

@zigatech/keycloak-auth

Version:

Keycloak authorization library for NestJS. Works out of the box.

10 lines (9 loc) 269 B
export declare class KeycloakConfig { private readonly realm; private readonly authServerUrl; private pubKey; constructor(realm: string, authServerUrl: string); getRealm(): string; getAuthServerUrl(): string; publicKey(): Promise<string>; }