Method: Access::Token.find

Defined in:
lib/access/token.rb

.find(token, options = {}) ⇒ Object



10
11
12
13
# File 'lib/access/token.rb', line 10

def self.find(token, options = {})
  # Internal Admin only Call
  Access::Api.new.find_token token, options
end