totpId property
unique identifier of the TOTP authenticator.
Implementation
@$pb.TagNumber(1)
$core.String get totpId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set totpId($core.String value) => $_setString(0, value);
unique identifier of the TOTP authenticator.
@$pb.TagNumber(1)
$core.String get totpId => $_getSZ(0);
@$pb.TagNumber(1)
set totpId($core.String value) => $_setString(0, value);