uri property

  1. @TagNumber(3)
String get uri

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);
  1. @TagNumber(3)
set uri (String v)

Implementation

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