Method: FIR::Util::ClassMethods#fetch_user_uuid

Defined in:
lib/fir/util.rb

#fetch_user_uuid(token) ⇒ Object



39
40
41
42
# File 'lib/fir/util.rb', line 39

def fetch_user_uuid(token)
   = (token)
  [:uuid]
end