How does route scope works?

I’m working on a strapi authentication strategy using as an example users-permissions, while implementing the verify function I’ve found that config.scope is used to match permissions.
Which values can have the scope?
Is this scope used somewhere else?