otpEmail property

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

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

Implementation

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