email property
Set the user's email for the OTP Email authenticator and it's verification state.
Implementation
@$pb.TagNumber(2)
$5.SetEmail get email => $_getN(1);
Implementation
@$pb.TagNumber(2)
set email($5.SetEmail v) { setField(2, v); }
Set the user's email for the OTP Email authenticator and it's verification state.
@$pb.TagNumber(2)
$5.SetEmail get email => $_getN(1);
@$pb.TagNumber(2)
set email($5.SetEmail v) { setField(2, v); }