lib/access/token.rb in access-1.0.2 vs lib/access/token.rb in access-1.0.3

- old
+ new

@@ -5,7 +5,11 @@ end def self.verify_other(token, options = {}) Access::Api.new.verify_other token, options end + + def self.verify_filter(options = {}) + Access::Api.new.verify_filter options + end end end