UNPKG

openam-agent-custom

Version:

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

5 lines (4 loc) 82 B
export interface SessionData { key: string; data: { [ key: string ]: any }; }