func Verify(rules []*auth.Rule, acc *auth.Account, res *auth.Resource) error
Verify an account has access to a resource using the rules provided. If the account does not have access an error will be returned. If there are no rules provided which match the resource, an error will be returned