totpId property

  1. @TagNumber.new(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.new(1)
set totpId (String value)

Implementation

@$pb.TagNumber(1)
set totpId($core.String value) => $_setString(0, value);