abacusai.cowork_pairing_challenge

Classes

CoworkPairingChallenge

CoWork Pairing Challenge

Module Contents

class abacusai.cowork_pairing_challenge.CoworkPairingChallenge(client, pairingId=None, userCode=None, qrToken=None, verificationDeepLink=None, expiresAt=None, status=None, desktopDeviceId=None, deviceName=None)

Bases: abacusai.return_class.AbstractApiClass

CoWork Pairing Challenge

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • pairingId (str) – The unique ID of the pairing challenge

  • userCode (str) – The short human-readable code used to confirm the pairing

  • qrToken (str) – The token encoded in the pairing QR code

  • verificationDeepLink (str) – The deep link used to verify the pairing from the mobile device

  • expiresAt (str) – The timestamp when the pairing challenge expires

  • status (str) – The current status of the pairing challenge (e.g. pending)

  • desktopDeviceId (str) – The ID of the desktop device requesting the pairing

  • deviceName (str) – The display name of the desktop device requesting the pairing

pairing_id = None
user_code = None
qr_token = None
expires_at = None
status = None
desktop_device_id = None
device_name = None
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict