Enable2faRequest constructor

Enable2faRequest(
  1. String secret,
  2. int otpLength
)

Implementation

Enable2faRequest(
	this.secret,
	int otpLength
	) : _otpLength = otpLength;