verifiedAt property
The timestamp when the OTP was last verified either by SMS or Email.
Implementation
@$pb.TagNumber(1)
$0.Timestamp get verifiedAt => $_getN(0);
Implementation
@$pb.TagNumber(1)
set verifiedAt($0.Timestamp value) => $_setField(1, value);