totpId property
unique identifier of the TOTP registration, which was returned in the start TOTP registration.
Implementation
@$pb.TagNumber(4)
$core.String get totpId => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set totpId($core.String value) => $_setString(3, value);