SudoMfaMethodsResponse constructor

const SudoMfaMethodsResponse({
  1. required bool totp,
  2. required bool webauthn,
  3. required bool hasMfa,
})

Implementation

const SudoMfaMethodsResponse({
  required this.totp,
  required this.webauthn,
  required this.hasMfa,
});