Socket
Book a DemoInstallSign in
Socket

wristband-node-m2m

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wristband-node-m2m

1.0.3
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

wristband-node-m2m

Overview

This SDK can be used by Wristband machine-to-machine clients to retrieve an access token. The access token is cached in memory for subsequent calls. When the access token expires, the SDK will automatically get a new access token.

The cached access token is tied to an instance of a WristbandM2MClient. Therefore, it's optimal to create a single instance of the WristbandM2MClient so that the access token cache will be utilized globally.

https://www.npmjs.com/package/wristband-node-m2m

It uses npm, TypeScript compiler, Jest, webpack, ESLint, Prettier, husky, pinst, commitlint. The production files include CommonJS, ES Modules, UMD version and TypeScript declaration files.

Github Visual Studio Code Windows Mac OS Linux npm Typescript Jest webpack ESLint Prettier yarn

Install from NPM

npm install wristband-node-m2m

Usage

import { WristbandM2MClient } from 'wristband-node-m2m'

const APPLICATION_DOMAIN=process.env.APPLICATION_DOMAIN;  // env variables
const CLIENT_ID=process.env.CLIENT_ID;
const CLIENT_SECRET=process.env.CLIENT_SECRET;

const wristbandM2MClient = new WristbandM2MClient( {
  appDomain: APPLICATION_DOMAIN, clientId: CLIENT_ID, clientSecret: CLIENT_SECRET
});

const accessToken = await wristbandM2MClient.getToken();

Configuration

APPLICATION_DOMAIN - This is the vanity domain for the Wristband application associated to the machine-to-machine client.

CLIENT_ID - This is the Wristband machine-to-machine client ID.

CLIENT_SECRET - This is the Wristband machine-to-machine client secret.

SDK Methods

getToken() - This method retrieves an access token for the machine-to-machine client. The access token is cached in memory for subsequent calls. When the access token expires, this method will automatically get a new access token when it's called.

clearToken() - This method clears the access token in the cache.

Keywords

example

FAQs

Package last updated on 01 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.