UNPKG

angular-auth-oidc-client

Version:
23 lines (22 loc) 660 B
import * as i0 from "@angular/core"; export declare class JwkExtractor { extractJwk(keys: JsonWebKey[], spec?: { kid?: string; use?: string; kty?: string; }, throwOnEmpty?: boolean): JsonWebKey[]; static ɵfac: i0.ɵɵFactoryDeclaration<JwkExtractor, never>; static ɵprov: i0.ɵɵInjectableDeclaration<JwkExtractor>; } export declare const JwkExtractorInvalidArgumentError: { name: string; message: string; }; export declare const JwkExtractorNoMatchingKeysError: { name: string; message: string; }; export declare const JwkExtractorSeveralMatchingKeysError: { name: string; message: string; };