/opt/canhelp/node_modules/gel/dist
Edit: /opt/canhelp/node_modules/gel/dist/httpScram.d.ts (229B)
import type { CryptoUtils } from "./utils";
export type HttpSCRAMAuth = (baseUrl: string, username: string, password: string) => Promise
;
export declare function getHTTPSCRAMAuth(cryptoUtils: CryptoUtils): HttpSCRAMAuth;