botframework-connector
Version:
Bot Connector is autorest generated connector client.
9 lines • 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