abacusai.entri_auth_token ========================= .. py:module:: abacusai.entri_auth_token Classes ------- .. autoapisummary:: abacusai.entri_auth_token.EntriAuthToken Module Contents --------------- .. py:class:: EntriAuthToken(client, token=None, applicationId=None, ttl=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Entri Auth Token :param client: An authenticated API Client instance :type client: ApiClient :param token: The authentication token for Entri :type token: str :param applicationId: application Id from Entri dashboard :type applicationId: str :param ttl: The duration in milliseconds for which the token is valid :type ttl: int .. py:attribute:: token :value: None .. py:attribute:: application_id :value: None .. py:attribute:: ttl :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