unofficial_tabdeal_api.authorization ==================================== .. py:module:: unofficial_tabdeal_api.authorization .. autoapi-nested-parse:: This module holds the AuthorizationClass. Classes ------- .. autoapisummary:: unofficial_tabdeal_api.authorization.AuthorizationClass Module Contents --------------- .. py:class:: AuthorizationClass(*, user_hash, authorization_key, _is_test = False) Bases: :py:obj:`unofficial_tabdeal_api.base.BaseClass` This is the class storing methods related to Authorization. .. py:method:: is_authorization_key_valid() :async: Checks the validity of provided authorization key. If the key is invalid or expired, return `False` If the key is working, return `True` :returns: `True` or `False` based on the result :rtype: bool