Adds Yahoo OAuth scope.
YahooAuthProvider addScope(String scope) { _scopes.add(scope); return this; }