totpId property
unique identifier of the time-based one-time password (TOTP) authenticator.
Implementation
@$pb.TagNumber(1)
$core.String get totpId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set totpId($core.String value) => $_setString(0, value);