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