9 lines
No EOL
364 B
TypeScript
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
|