# File lib/fog/openstack/requests/identity/list_endpoints_for_token.rb, line 6 def list_endpoints_for_token(token_id) request( :expects => [200, 203], :method => 'HEAD', :path => "tokens/#{token_id}/endpoints" ) end