totpId property

  1. @TagNumber(1)
String get totpId

unique identifier of the time-based one-time-password (TOTP) authenticator.

Implementation

@$pb.TagNumber(1)
$core.String get totpId => $_getSZ(0);
  1. @TagNumber(1)
set totpId (String v)

Implementation

@$pb.TagNumber(1)
set totpId($core.String v) { $_setString(0, v); }