totpId property

  1. @TagNumber(2)
String get totpId

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

Implementation

@$pb.TagNumber(2)
$core.String get totpId => $_getSZ(1);
  1. @TagNumber(2)
set totpId (String v)

Implementation

@$pb.TagNumber(2)
set totpId($core.String v) { $_setString(1, v); }