5.36.0 • Published 10 months ago

@maccuaa/intellitrust-auth-sdk v5.36.0

Weekly downloads
12
License
ISC
Repository
github
Last release
10 months ago

@maccuaa/intellitrust-auth-sdk@5.36.0

This is a JavaScript client for the Entrust Identity as a Service Authentication API. This module can be used in the following environments:

  • Node.js
  • Webpack
  • Browserify

It can be used in both TypeScript and JavaScript projects.

Installation

npm install @maccuaa/intellitrust-auth-sdk --save

Usage

NOTE: Make sure to replace the configuration values in the examples with the values from your Identity as a Service account!

import * as AuthSDK from "@maccuaa/intellitrust-auth-sdk";

const basePath = "https://entrust.us.trustedauth.com";

const queryParms: AuthSDK.UserAuthenticateQueryParameters = {
  userId: "john.doe",
  applicationId: "d2f37667-253b-4260-aab1-6131f1d83fe4"
};

// Create a new instance of the API.
const sdk = new AuthSDK.API({
  basePath
});

// Get the user's authenticators that are available to authenticate with
const response = await sdk.userAuthenticatorQueryUsingPOST(queryParms);

// Print the response.
console.log(response.data);

Help

For more information on how to use the APIs please refer to the Identity as a Service Authentication API documentation.

5.36.0

10 months ago

5.33.3

1 year ago

5.34.0-beta.0

1 year ago

5.33.1

1 year ago

5.33.0

1 year ago

5.32.0

2 years ago

5.31.0

2 years ago

5.29.0

2 years ago

5.30.0

2 years ago

5.28.0

2 years ago

5.27.0

3 years ago

5.26.0

3 years ago

5.25.0

3 years ago

5.24.0

3 years ago

5.23.0

3 years ago

5.22.0

4 years ago

5.21.0

4 years ago

5.19.0

4 years ago

5.17.0

4 years ago

5.16.0

4 years ago

5.15.0

4 years ago

5.13.0

5 years ago

5.12.0

5 years ago

5.11.0

5 years ago

5.10.0

5 years ago

5.9.0

5 years ago

5.8.0

5 years ago

5.7.2

5 years ago

5.7.1

5 years ago

5.7.0

5 years ago

5.6.0

5 years ago

5.5.0

6 years ago

5.4.0

6 years ago