aimpress-chatbot/node_modules/botframework-connector/lib/auth/allowedCallersClaimsValidator.d.ts
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01:00

9 lines
No EOL
364 B
TypeScript

import { ValidateClaims } from './authenticationConfiguration';
/**
* Create an allowe callers claims validator
*
* @param allowedCallers allowed callers of skill
* @returns claims validator function
*/
export declare function allowedCallersClaimsValidator(allowedCallers: string[]): ValidateClaims;
//# sourceMappingURL=allowedCallersClaimsValidator.d.ts.map