UNPKG

openam-agent-custom

Version:

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

6 lines (5 loc) 124 B
export interface AmPolicyDecisionRequest { resources: string[]; application: string; subject: { ssoToken: string }; }