AuthMfaRequiredResponse constructor
const
AuthMfaRequiredResponse({})
Implementation
const AuthMfaRequiredResponse({
required this.mfa,
required this.ticket,
required this.allowedMethods,
required this.totp,
required this.webauthn,
});