# File lib/rhc/rest/client.rb, line 298
      def authorizations
        raise AuthorizationsNotSupported unless supports_sessions?
        api.rest_method 'LIST_AUTHORIZATIONS'
      end