maideveloper-token
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Installation

yarn add @maideveloper/token

Usage

import { Token } from '@maideveloper/token';

const token = new Token('username', 'password', 'client_id', 'client_secret');

const accessToken = await token.get().accessToken;

Readme

Keywords

none

Package Sidebar

Install

npm i maideveloper-token

Weekly Downloads

1

Version

0.0.1

License

UNLICENSED

Unpacked Size

7.75 kB

Total Files

8

Last publish

Collaborators

  • maideveloper