import { AuthCacheService } from './auth-cache.service'; import { IAMProviderParamsInterface } from './iam-provider.interface'; import { WellKnownService } from './well-know.service'; export declare class JWKSService { private readonly authCacheService; private readonly wellKnownService; private params; private static SELF; constructor(authCacheService: AuthCacheService, wellKnownService: WellKnownService); private getKey; verify(params: IAMProviderParamsInterface, token: string): Promise; decode(token: string): any; } //# sourceMappingURL=jwks.service.d.ts.map