oidc-client-rx
Version:
ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications
4 lines • 303 B
TypeScript
export declare function getVerifyAlg(alg: string): RsaHashedImportParams | EcdsaParams | null;
export declare function alg2kty(alg: string): string;
export declare function getImportAlg(alg: string): RsaHashedImportParams | EcKeyImportParams | null;
//# sourceMappingURL=token-validation.helper.d.ts.map