aws-srp-client
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

AWS SRR Client

Usage

import { AwsSrpClient } from 'aws-srp-client';

const client = new AwsSrpClient('region', 'poolId', 'clientId');
const result = await client.AuthenticateUser('username', 'password');
if (result.Success) {
    const tokens = result.AuthenticationResult;
    //
} else {
    //
}

Readme

Keywords

Package Sidebar

Install

npm i aws-srp-client

Weekly Downloads

363

Version

1.2.0

License

ISC

Unpacked Size

46.3 kB

Total Files

17

Last publish

Collaborators

  • drmcmarco