@reyah/m2m-auth-provider
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Reyah M2M auth provider

Reyah M2M auth provider for Node.js written in TypeScript

Compile

This project use typescript

yarn install
yarn build

Usage

import Reyah from '@reyah/api-sdk';
import M2MAuthProvider from '@reyah/m2m-auth-provider';

const provider = new M2MAuthProvider('client_id', 'client_secret', ['optional scopes']);
Reyah.Auth.getInstance().useAuthProvider(provider);

Docs

The documentation is generated with Typedoc.

yarn install
yarn run gendoc

Readme

Keywords

none

Package Sidebar

Install

npm i @reyah/m2m-auth-provider

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

38.3 kB

Total Files

20

Last publish

Collaborators

  • reyahsolutions
  • arthurknoep