otpSms property

  1. @TagNumber.new(5)
PbList<OTPSMS> get otpSms

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

Implementation

@$pb.TagNumber(5)
$pb.PbList<OTPSMS> get otpSms => $_getList(4);