secret property
The TOTP secret, which can be used for manually adding in an authenticator app.
Implementation
@$pb.TagNumber(4)
$core.String get secret => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set secret($core.String v) { $_setString(3, v); }