oidc-client-rx
Version:
ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications
20 lines • 537 B
TypeScript
export declare class JwkExtractor {
extractJwk(keys: JsonWebKey[], spec?: {
kid?: string;
use?: string;
kty?: string;
}, throwOnEmpty?: boolean): JsonWebKey[];
}
export declare const JwkExtractorInvalidArgumentError: {
name: string;
message: string;
};
export declare const JwkExtractorNoMatchingKeysError: {
name: string;
message: string;
};
export declare const JwkExtractorSeveralMatchingKeysError: {
name: string;
message: string;
};
//# sourceMappingURL=jwk.extractor.d.ts.map