Module: GitHubAuth

authorize.js

Version:
  • 3.0.0
Author:
License:
  • Apache-2.0
Source:

Example

import {GitHubAuth} from './api/authorize.js'
const github = new GitHubAuth(env, environ, configFile)
const githubToken = github.verifyAccessToken()

Requires

  • module:open
  • module:octoDevAuth
  • module:chalk
  • module:cli-table3

Classes

GitHubAuth