UNPKG

openam-agent-custom

Version:

Customized ForgeRock AM Policy Agent for Node.js from Zoltan Tarcsay

7 lines (6 loc) 97 B
export interface SessionData { key: string; data: { [key: string]: any; }; }