UNPKG

oidc-client-rx

Version:

ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications

6 lines 499 B
export declare class JwkWindowCryptoService { private readonly cryptoService; importVerificationKey(key: JsonWebKey, algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm | null): Promise<CryptoKey>; verifyKey(verifyAlgorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | null, cryptoKey: CryptoKey, signature: BufferSource, signingInput: string): Promise<boolean>; } //# sourceMappingURL=jwk-window-crypto.service.d.ts.map