otpSms property

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

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

Implementation

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