UNPKG

keycloak-typescript

Version:

A user friendly library to use keycloak in nodejs projects

10 lines (9 loc) 178 B
export interface UserSession { id: string; username: string; userId: string; ipAddress: string; start: number; lastAccess: number; clients: object; }