yuque-auth

1.0.0 • Public • Published

yuque-auth

语雀第三方应用的客户端鉴权客户端。

install

tnpm install yuque-auth

Usage

const { auth } = require('yuque-auth');

auth({
  // clientId 和 clientSevret在 oauth 应用中可查到
  clientId,
  clientSecret,
  scope: 'repo,doc',
}).then(res => {
  console.log('get auth', res);
  //{ access_token: 'Y1iwvwUPI4M67VjWRGHAzgq7gzB4a21EV3jOhyFf', token_type: 'bearer', scope: 'repo,doc' }
}).catch(err => {
  console.log('error happend', err.stack);
});

Readme

Keywords

none

Package Sidebar

Install

npm i yuque-auth

Weekly Downloads

1

Version

1.0.0

License

none

Unpacked Size

3.89 kB

Total Files

5

Last publish

Collaborators

  • dead_horse