:doc:`VirtualMfaDevice <index>` / Attribute / qr_code_png

***********
qr_code_png
***********



.. py:attribute:: IAM.VirtualMfaDevice.qr_code_png

  

  - *(bytes) --* 

    A QR code PNG image that encodes ``otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String`` where ``$virtualMFADeviceName`` is one of the create call arguments. ``AccountName`` is the user name if set (otherwise, the account ID otherwise), and ``Base32String`` is the seed in base32 format. The ``Base32String`` value is base64-encoded.

    