Gets a token for the currently authorized user
7 8 9
# File 'lib/code42/api/token.rb', line 7 def get_token object_from_response(Code42::Token, :post, "authToken") end