abacusai.cowork_pairing_challenge ================================= .. py:module:: abacusai.cowork_pairing_challenge Classes ------- .. autoapisummary:: abacusai.cowork_pairing_challenge.CoworkPairingChallenge Module Contents --------------- .. py:class:: CoworkPairingChallenge(client, pairingId=None, userCode=None, qrToken=None, verificationDeepLink=None, expiresAt=None, status=None, desktopDeviceId=None, deviceName=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` CoWork Pairing Challenge :param client: An authenticated API Client instance :type client: ApiClient :param pairingId: The unique ID of the pairing challenge :type pairingId: str :param userCode: The short human-readable code used to confirm the pairing :type userCode: str :param qrToken: The token encoded in the pairing QR code :type qrToken: str :param verificationDeepLink: The deep link used to verify the pairing from the mobile device :type verificationDeepLink: str :param expiresAt: The timestamp when the pairing challenge expires :type expiresAt: str :param status: The current status of the pairing challenge (e.g. pending) :type status: str :param desktopDeviceId: The ID of the desktop device requesting the pairing :type desktopDeviceId: str :param deviceName: The display name of the desktop device requesting the pairing :type deviceName: str .. py:attribute:: pairing_id :value: None .. py:attribute:: user_code :value: None .. py:attribute:: qr_token :value: None .. py:attribute:: verification_deep_link :value: None .. py:attribute:: expires_at :value: None .. py:attribute:: status :value: None .. py:attribute:: desktop_device_id :value: None .. py:attribute:: device_name :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