Adds GitHub OAuth scope.
GithubAuthProvider addScope(String scope) { _scopes.add(scope); return this; }