abacusai.app_user_group_sign_in_token
=====================================

.. py:module:: abacusai.app_user_group_sign_in_token


Classes
-------

.. autoapisummary::

   abacusai.app_user_group_sign_in_token.AppUserGroupSignInToken


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

.. py:class:: AppUserGroupSignInToken(client, token=None)

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


   User Group Sign In Token

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param token: The token to sign in the user
   :type token: str


   .. py:attribute:: token
      :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



