enrollPush method

Enrolls a new push notification factor (Auth0 Guardian).

Returns an MfaEnrollmentChallenge whose barcodeUri you present to the user to scan with the Guardian app.

Implementation

Future<MfaEnrollmentChallenge> enrollPush() =>
    Auth0FlutterWebPlatform.instance.mfaEnrollPush(_mfaToken);