secret property
- @TagNumber(2)
The payload of the secret. Used during authentication to the rpc framework.
Implementation
@$pb.TagNumber(2)
$core.String get secret => $_getSZ(1);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set secret($core.String v) { $_setString(1, v); }