UNPKG

@zigatech/keycloak-auth

Version:

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

13 lines (12 loc) 293 B
import { RealmAccess } from "./realmAccess.js"; export type TokenPayload = { sub: string; name: string; email: string; given_name: string; zigaUserId: string; family_name: string; phone_number: string; email_verified: boolean; realm_access: RealmAccess; };