Integrate the Password Manager SDK

Integrate the Password Manager SDK into your application

Prerequisites

Get Started

Integrate the JS SDK

circle-check

To use the Password Manager SDK in a Web or Node.js project, you must add @sudoplatform/sudo-password-manager as a dependency to your project.

yarn add '@sudoplatform/sudo-password-manager'
# or
npm install --save '@sudoplatform/sudo-password-manager'
circle-info

In order to instantiate a Password Manager client, make sure you have followed instructions for Getting Started, User SDK, Sudo Profiles SDK and Entitlements SDK (see Prerequisites above).

In addition, the Password Manager SDK depends on the Sudo Secure Vault SDK. You can provide these dependencies when instantiating the PasswordManagerClient.

To instantiate and initialize a client in your application, add the following:

Integrate the iOS SDK

circle-check

Add this line to your Podfile:

Install pod dependencies by running the following command in your project directory:

This will update the local CocoaPods repository and install the latest version of the Password Manager SDK.

circle-info

In order to instantiate a Password Manager client, make sure you have followed instructions for Getting Started, User SDK, Sudo Profiles SDK and Entitlements SDK (see Prerequisites above).

To instantiate a client in your application, add the following:

circle-exclamation
circle-check

Integrate the Android SDK

circle-check

The Android SDK is open source and compatible with Android 6 (API level 23) and above.

Add this line to the dependencies section of the app module build.gradle and synchronize your project with Android Studio.

circle-info

The latest version of the SDK can be found at SDK Releases.

circle-info

In order to instantiate a Password Manager client, make sure you have followed instructions for Getting Started, User SDK, Sudo Profiles SDK and Entitlements SDK (see Prerequisites above).

To instantiate a client in your application, add the following:

circle-exclamation
circle-check

Last updated