verificationCode property
The OTP verification code will be set if a email was set with a return_code verification option.
Implementation
@$pb.TagNumber(3)
$core.String get verificationCode => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set verificationCode($core.String value) => $_setString(2, value);