Acquire.Client._wallet module¶
-
class
Wallet[source]¶ Bases:
objectThis class holds a wallet that can be used to simplify sending passwords and one-time-password (OTP) codes to an acquire identity service.
This holds a wallet of passwords and (optionally) OTP secrets that are encrypted using a local keypair that is unlocked by a password supplied by the user locally.
By default this will create the wallet in your home directory ($HOME/.acquire_wallet). If you want the wallet to be saved in a different directory, specify that as “wallet_dir”.