5.33.3 • Published 1 month ago

@maccuaa/intellitrust-auth-sdk v5.33.3

Weekly downloads
12
License
ISC
Repository
github
Last release
1 month ago

@maccuaa/intellitrust-auth-sdk@5.33.3

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.33.3

1 month ago

5.34.0-beta.0

2 months ago

5.33.1

2 months ago

5.33.0

3 months ago

5.32.0

6 months ago

5.31.0

8 months ago

5.29.0

1 year ago

5.30.0

11 months ago

5.28.0

1 year ago

5.27.0

1 year ago

5.26.0

2 years ago

5.25.0

2 years ago

5.24.0

2 years ago

5.23.0

2 years ago

5.22.0

2 years ago

5.21.0

2 years ago

5.19.0

3 years ago

5.17.0

3 years ago

5.16.0

3 years ago

5.15.0

3 years ago

5.13.0

3 years ago

5.12.0

4 years ago

5.11.0

4 years ago

5.10.0

4 years ago

5.9.0

4 years ago

5.8.0

4 years ago

5.7.2

4 years ago

5.7.1

4 years ago

5.7.0

4 years ago

5.6.0

4 years ago

5.5.0

4 years ago

5.4.0

4 years ago