abacusai.streaming_auth_token
=============================

.. py:module:: abacusai.streaming_auth_token


Classes
-------

.. autoapisummary::

   abacusai.streaming_auth_token.StreamingAuthToken


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

.. 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:attribute:: streaming_token
      :value: None



   .. py:attribute:: created_at
      :value: None



   .. py:attribute:: deprecated_keys


   .. py:method:: __repr__()


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

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



