# File lib/fog/rackspace/identity.rb, line 76 def authenticate data = self.create_token(@rackspace_username, @rackspace_api_key).body @auth_token = data['access']['token']['id'] end