totpId property

  1. @TagNumber.new(4)
String get totpId

unique identifier of the TOTP registration, which was returned in the start TOTP registration.

Implementation

@$pb.TagNumber(4)
$core.String get totpId => $_getSZ(3);
  1. @TagNumber.new(4)
set totpId (String value)

Implementation

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