module Octoauth

Octokit wrapper for simplifying authentication

Define Auth object and related info for Octoauth

Define Config spec

Constants

DEFAULT_FILE

Define default file path

DEFAULT_SCOPES

Default OAuth scopes for tokens

PROMPTS

Prompt information for collecting user info

Public Class Methods

new(*args) click to toggle source

Insert a helper .new() method for creating a new Auth object

# File lib/octoauth.rb, line 7
def new(*args)
  self::Auth.new(*args)
end