totps property

  1. @TagNumber(4)
List<TOTP> get totps

A list of the user's time-based one-time-password (TOTP) authenticators, incl. the name for identification.

Implementation

@$pb.TagNumber(4)
$core.List<TOTP> get totps => $_getList(3);