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

1.3.1 • 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 {
    //
}

/aws-srp-client/

    Package Sidebar

    Install

    npm i aws-srp-client

    Weekly Downloads

    674

    Version

    1.3.1

    License

    ISC

    Unpacked Size

    47.7 kB

    Total Files

    17

    Last publish

    Collaborators

    • drmcmarco