Dart Reference v2.0

Create a challenge

Prepares a challenge used to verify that a user has access to a MFA factor.

Parameters
    factorId
    REQUIRED
    String

    System assigned identifier for authenticator device as returned by enroll


final res = await supabase.auth.mfa.challenge(
  factorId: '34e770dd-9ff9-416c-87fa-43b31d7ef225',
);