github_auth: Authenticate with github

View source: R/github.r

github_authR Documentation

Authenticate with github

Description

Authenticate with github

Usage

  github_auth(client_id = NULL, client_secret = NULL,
    scope = NULL)

Arguments

client_id

Consumer key. can be supplied here or read from Options()

client_secret

Consumer secret. can be supplied here or read from Options()

scope

Comma separated list of scopes. One or more of: user, user:email, user:follow, public_repo, repo, repo:status, delete_repo, notifications, gist

Examples

## Not run: 
github_auth()

## End(Not run)

ropensci/sandbox documentation built on May 18, 2022, 7:32 p.m.