MFASwitchResponse constructor

MFASwitchResponse(
  1. dynamic statusCode,
  2. String? validationError
)

Implementation

MFASwitchResponse(statusCode, this.validationError) : super(statusCode);