An authorization query in Oso is a check to determine if an actor can perform a specific action on a resource. This is typically executed using the authorize(actor, action, resource)
method, which evaluates the defined policies to grant or deny access.