UNPKG

openam-agent-custom

Version:

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

8 lines (7 loc) 143 B
export interface AmPolicyDecisionRequest { resources: string[]; application: string; subject: { ssoToken: string; }; }