Adds Apple OAuth scope.
AppleAuthProvider addScope(String scope) { _scopes.add(scope); return this; }