ykman.base

Classes

YkmanDevice

YubiKey device reference, with optional PID

Module Contents

class ykman.base.YkmanDevice(transport, fingerprint, pid)[source]

Bases: yubikit.core.YubiKeyDevice

YubiKey device reference, with optional PID

Parameters:
property pid: yubikit.core.PID | None

Return the PID of the YubiKey, if available.

Return type:

Optional[yubikit.core.PID]

__repr__()[source]