UNPKG

cognito-srp

Version:

Secure Remote Password protocol implementation compatible with Amazon Cognito.

10 lines (9 loc) 335 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./ClientPasswordChallenge")); __export(require("./ServerPasswordChallenge")); __export(require("./Session")); __export(require("./UserPool"));