# File lib/rhc/rest/mock.rb, line 467
    def mock_api_with_authorizations
      mock_real_client_links.concat([
        ['LIST_AUTHORIZATIONS', "broker/rest/user/authorizations", 'GET'],
        ['ADD_AUTHORIZATION',   "broker/rest/user/authorizations", 'POST'],
        ['SHOW_AUTHORIZATION',  "broker/rest/user/authorizations/:id", 'GET'],
      ])
    end