Module: GithubAuthentication::Generator

Defined in:
lib/github_authentication/generator.rb,
lib/github_authentication/generator/app.rb,
lib/github_authentication/generator/personal.rb

Defined Under Namespace

Classes: App, Personal

Constant Summary collapse

Error =
Class.new(StandardError)
TokenGeneratorError =
Class.new(Error)