AuthRegisterResponseAuthMfaRequiredResponse constructor

const AuthRegisterResponseAuthMfaRequiredResponse({
  1. required AuthMfaRequiredResponseMfaMfa mfa,
  2. required String ticket,
  3. required List<String> allowedMethods,
  4. required bool totp,
  5. required bool webauthn,
})

Implementation

const AuthRegisterResponseAuthMfaRequiredResponse({
  required this.mfa,
  required this.ticket,
  required this.allowedMethods,
  required this.totp,
  required this.webauthn,
});