qrCode property

String qrCode
final

Contains a QR code encoding the authenticator URI.

You can convert it to a URL by prepending data:image/svg+xml;utf-8, to the value. Avoid logging this value to the console.

Implementation

final String qrCode;