const verifyScope = (scope, requiredScope) => scope.indexOf(requiredScope) !== -1; module.exports = verifyScope;