UNPKG

angular-auth-oidc-client

Version:
4 lines (3 loc) 250 B
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;