So you would use: ``` Github.init({ clientId: .....
# support-questions
r
So you would use:
Copy code
Github.init({
  clientId: ...,
  clientSecret: ...,
  scope: ["scope1", "scope2", ...]
})