unique identifier of the TOTP registration.
@$pb.TagNumber(2) $core.String get totpId => $_getSZ(1);
@$pb.TagNumber(2) set totpId($core.String v) { $_setString(1, v); }