RetrieveSecondFactorResponse constructor

RetrieveSecondFactorResponse({
  1. required SecondFactor data,
})

Returns a new RetrieveSecondFactorResponse instance.

Implementation

RetrieveSecondFactorResponse({
  required this.data,
});