I am trying out Auth0 MFA APIs for Push factor. While enrolment using API /mfa/associate
I get barcode_uri
which needs to be scanned as mentioned in the document, but I can’t find a way to open the barcode_uri
and scan the barcode. Also there is no related document.
Example barcode_uri
:
otpauth://totp/dev-b3r9qhhfn47p1mii:tejesh%40example.com?enrollment_tx_id=t1xV4Uy7XXKmQjMQ3BidND74nxiNlDBy&base_url=https%3A%2F%2Fdev-b3r0qhhfn47p1mii.guardian.us.auth0.com
Can you point me to the reference for this or suggest something?
Thanks!