UNPKG

340 BTypeScriptView Raw
1import { NullValidationHandler } from './null-validation-handler';
2/**
3 * This is just a dummy of the JwksValidationHandler
4 * telling the users that the real one has been moved
5 * to an library of its own, namely angular-oauth2-oidc-utils
6 */
7export declare class JwksValidationHandler extends NullValidationHandler {
8 constructor();
9}