:py:mod:`abacusai.streaming_auth_token`
=======================================

.. py:module:: abacusai.streaming_auth_token


Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   abacusai.streaming_auth_token.StreamingAuthToken




.. py:class:: StreamingAuthToken(client, streamingToken=None, createdAt=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`

   A streaming authentication token that is used to authenticate requests to append data to streaming datasets

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param streamingToken: The unique token used to authenticate requests
   :type streamingToken: str
   :param createdAt: When the token was created
   :type createdAt: str

   .. py:method:: __repr__(self)

      Return repr(self).


   .. py:method:: to_dict(self)

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



