uri property
The TOTP URI, which can be used to create a QR Code for scanning with an authenticator app.
Implementation
@$pb.TagNumber(3)
$core.String get uri => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set uri($core.String v) { $_setString(2, v); }