addScope method

GithubAuthProvider addScope(
  1. String scope
)

Adds additional OAuth 2.0 scopes that you want to request from the authentication provider.

Implementation

GithubAuthProvider addScope(String scope) =>
    GithubAuthProvider.fromJsObject(jsObject.addScope(scope));