Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
private authenticateRequestInternal(request: Partial, authHeader: string): Promise {
return JwtTokenValidation.authenticateRequest(
request as Activity, authHeader,
this.credentialsProvider,
this.settings.channelService,
this.authConfiguration
);
}