class Github::Client

def oauth(options = {})

tokens, and only through Basic Authentication.
An API for users to manage their own tokens. You can only access your own
def oauth(options = {})
  @oauth ||= _create_instance Github::Authorizations, options
end