Method: Code42::API::Token#get_token

Defined in:
lib/code42/api/token.rb

#get_tokenObject

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