otpEmail property

  1. @TagNumber.new(6)
PbList<OTPEmail> get otpEmail

A list of the user's one-time password (OTP) Email authenticators.

Implementation

@$pb.TagNumber(6)
$pb.PbList<OTPEmail> get otpEmail => $_getList(5);