@or-sdk/password
TypeScript icon, indicating that this package has built-in type declarations

1.2.4 • Public • Published

Installation:

$ npm i @or-sdk/password

Usage:

import { Password } from '@or-sdk/password'

// with direct api url
const passwords = new Password({
  token: 'my-account-token-string',
  sdkApiUrl: 'http://example.sdk-api/endpoint'
});

// with service discovery(slower)
const passwords = new Password({
  token: 'my-account-token-string',
  discoveryUrl: 'http://example.discovery/endpoint'
});

Readme

Keywords

none

Package Sidebar

Install

npm i @or-sdk/password

Weekly Downloads

98

Version

1.2.4

License

Apache-2.0

Unpacked Size

24.6 kB

Total Files

28

Last publish

Collaborators

  • onereach.admin
  • onereach.user